Allow disable devise lockable through secrets
This commit is contained in:
@@ -81,6 +81,8 @@ Rails.application.configure do
|
||||
|
||||
# Allow managing different tenants using the same application
|
||||
config.multitenancy = true
|
||||
|
||||
config.devise_lockable = true
|
||||
end
|
||||
|
||||
require Rails.root.join("config", "environments", "custom", "test")
|
||||
|
||||
Reference in New Issue
Block a user