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:
@@ -328,6 +328,8 @@ catch (\Delight\Auth\InvalidPasswordException $e) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In any case, after the user’s password has been changed, you should send an email to their account’s 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.
|
||||||
|
Reference in New Issue
Block a user