We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wrong path to password change template
Updated instructions to make it clear this functionality is built-in since Devise 3.5.3
Update model code to take into account different ways of using Devise.
Fix path to password_changed mailer view.
The previous solution was completely overriding the update process such that when an update was successful, the password_changed mailer would get sent regardless of which attribute was updated. For example, if the user updated their email, the password_changed email would be sent, which is wrong.
Updated Notify users via email when their passwords change (markdown)
Created Notify users via email when their passwords change (markdown)