wixUsers.onRegistration() listener

Even if I want to use the built-in registration, I still should be able to run some code once the registration has been completed.

3 Likes

Exactly. Something like an afterInsert Hook for the Private Members Collection would be good too.

The hook is a good idea and it can solve certain (important) issues, but it’s not enough because we should be able to run code on the front-end as well.

@jonatandor35 Agreed.
You would think that since Wix has an wixUsers.onLogin() listener, that they would have an wixUsers.onRegister() listener.