Disable registration/event submission without sign in with ichain
This commit is contained in:
parent
4ed8a72967
commit
132fe6f98c
3 changed files with 18 additions and 7 deletions
|
|
@ -85,4 +85,12 @@ Osem::Application.configure do
|
|||
}
|
||||
)
|
||||
|
||||
|
||||
config.after_initialize do
|
||||
Devise.setup do |devise_config|
|
||||
# Enable ichain test mode
|
||||
devise_config.ichain_test_mode = true
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue