mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
70eb18d766
This adds a new setting `send_email_change_notification` which will send an email to the original user email when their email is updated to a new one. It doesn't take into account the reconfirmable setting yet, it will be added next, so that if confirmable is included and reconfirmable is being used, the email will be triggered when the email change is requested, not when confirmed (e.g when we store the email in `unconfirmed_email`, not when it's later copied to `email` when that is confirmed). |
||
---|---|---|
.. | ||
devise |