1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Explain that users should be informed via email about password changes

This commit is contained in:
Marco
2017-09-26 22:17:21 +02:00
parent ddc5b50459
commit 7983bebd83

View File

@@ -328,6 +328,8 @@ catch (\Delight\Auth\InvalidPasswordException $e) {
} }
``` ```
In any case, after the users password has been changed, you should send an email to their accounts primary email address as an out-of-band notification informing the user about this critical change.
### Changing the current user's email address ### Changing the current user's email address
If a user is currently logged in, they may change their email address. If a user is currently logged in, they may change their email address.