Releases: heartcombo/devise
Releases · heartcombo/devise
v4.6.1
v4.6.0
v4.5.0
v4.4.3
v4.4.2
v4.4.1
v4.4.0
v3.5.3
- bug fixes
- Fix password reset for records where
confirmation_required?
is disabled and
confirmation_sent_at
is nil. (by @andygeers) - Allow resources with no
email
field 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 = true
a user will receive notification when their password has been changed.
- Upon setting
v3.5.2
- enhancements
- Perform case insensitive basic authorization matching
- bug fixes
- Do not use digests for password confirmation token
- Fix infinite redirect in Rails 4.2 authenticated routes
- Autoload Devise::Encryptor to avoid errors on thread-safe mode
- deprecations
config.expire_auth_token_on_timeout
was removed
v3.4.1
- enhancements
- Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
- Passing
now: true
to theset_flash_message
helper now sets the message into
theflash.now
Hash. (by @hbriggs)
- bugfixes
- Fixed an regression with translation of flash messages for when the
authentication_keys
config is a Hash. (by @lucasmazza)
- Fixed an regression with translation of flash messages for when the