Update lockable.rb

Documentation Confusion
This commit is contained in:
Atul Kanswal 2022-06-27 16:23:13 +05:30 committed by ak15
parent f8d1ea90bc
commit d4bf52bdfd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Devise
# * +maximum_attempts+: how many attempts should be accepted before blocking the user.
# * +lock_strategy+: lock the user account by :failed_attempts or :none.
# * +unlock_strategy+: unlock the user account by :time, :email, :both or :none.
# * +unlock_in+: the time you want to lock the user after to lock happens. Only available when unlock_strategy is :time or :both.
# * +unlock_in+: the time you want to unlock the user after lock happens. Only available when unlock_strategy is :time or :both.
# * +unlock_keys+: the keys you want to use when locking and unlocking an account
#
module Lockable