Skip to content

History / Notify users via email when their passwords change

Revisions

  • wrong path to password change template

    @whiteskull whiteskull committed Apr 12, 2017
  • Updated instructions to make it clear this functionality is built-in since Devise 3.5.3

    @eliotsykes eliotsykes committed Aug 10, 2016
  • Update model code to take into account different ways of using Devise.

    @monfresh monfresh committed Mar 28, 2015
  • Fix path to password_changed mailer view.

    @monfresh monfresh committed Mar 28, 2015
  • 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.

    @monfresh monfresh committed Mar 28, 2015
  • Updated Notify users via email when their passwords change (markdown)

    @owahab owahab committed Jul 30, 2014
  • Created Notify users via email when their passwords change (markdown)

    @owahab owahab committed Jul 30, 2014