-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail notification when passwords are changed #590
Comments
Why would you not use a posthook? Seems the easier solution. |
I was just curious about it. BTW, I have another question : I use something similar to your example written here. Can we espace the Thanks for your help |
Hi, If you want to configure a custom hook command, in your config.inc.local.php, you only need your variable to identify the script/binary that would be used. Check here: https://github.com/ltb-project/self-service-password/blob/master/htdocs/change.php#L210-L213 the posthook and prehook variables are concatenated with logins and other variables based on execution context. |
Thanks a lot @faust64 for your help ! I successfully tested it. |
Good afternoon,
I am a network administrator managing around 500 accounts. I would like to receive a notification when an user changes his password. Do you think it could be possible without using posthook ?
The text was updated successfully, but these errors were encountered: