1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Changelog for #2296

This commit is contained in:
Greg Gates 2013-02-25 18:23:43 -05:00
parent 72cfaad618
commit 77b960f14a

View file

@ -1,6 +1,7 @@
== master
* enhancements
* Add `#skip_confirmation_notification!` method to `Confirmable`. Allows skipping confirmation email without auto-confirming. (by @gregates)
* allow_unconfirmed_access_for config from `:confirmable` module can be set to `nil` that means unconfirmed access for unlimited time. (by @nashby)
* bug fix