devise 3.5.3
- bug fixes
- Fix password reset for records where
confirmation_required?is disabled andconfirmation_sent_atis nil. (by @andygeers) - Allow resources with no
emailfield to be recoverable (and do not clear the reset password token if the model was already persisted). (by @seddy, @stanhu)
- Fix password reset for records where
- enhancements
- Upon setting
Devise.send_password_change_notification = truea user will receive notification when their password has been changed.
- Upon setting