developer login added

This commit is contained in:
Andreas Stephanides
2018-05-26 08:43:49 +02:00
parent 2e732561e8
commit c03a60c236

View File

@@ -236,6 +236,8 @@ Devise.setup do |config|
:bind_dn =>secrets["ldap"]['bind'],
:password => secrets["ldap"]['password']
config.omniauth :developer if Rails.env.development?
# ==> Warden configuration<<
# If you want to use other strategies, that are not supported by Devise, or
# change the failure app, you can configure them inside the config.warden block.