You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In mod_register you can set registration_watchers to get notified when a new user registers.
Sometimes it would make sense to also get notified when a user deletes the account. Maybe there are even more account related events that would make sense to notify the registration_watchers.
This could be done via additional config option, e.g. notify_event = "register, deletion" or:
Hi!
In mod_register you can set
registration_watchers
to get notified when a new user registers.Sometimes it would make sense to also get notified when a user deletes the account. Maybe there are even more account related events that would make sense to notify the registration_watchers.
This could be done via additional config option, e.g.
notify_event = "register, deletion"
or:The default would point to the current behaviour of just notify the registration watches of newly registered accounts.
The text was updated successfully, but these errors were encountered: