mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Ensure admin is running with manual lock strategy.
This commit is contained in:
@@ -4,7 +4,7 @@ module SharedAdmin
|
||||
included do
|
||||
devise :database_authenticatable, :encryptable, :registerable,
|
||||
:timeoutable, :recoverable, :rememberable, :lockable,
|
||||
:unlock_strategy => :time
|
||||
:unlock_strategy => :time, :lock_strategy => :none
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user