lib/devise/models/lockable.rb in devise-4.0.0.rc1 vs lib/devise/models/lockable.rb in devise-4.0.0.rc2

- old
+ new

@@ -5,10 +5,10 @@ # Handles blocking a user access after a certain number of attempts. # Lockable accepts two different strategies to unlock a user after it's # blocked: email and time. The former will send an email to the user when # the lock happens, containing a link to unlock its account. The second # will unlock the user automatically after some configured time (ie 2.hours). - # It's also possible to setup lockable to use both email and time strategies. + # It's also possible to set up lockable to use both email and time strategies. # # == Options # # Lockable adds the following options to +devise+: #