-
- Downloads
Allow password authentication to be disabled entirely
Showing
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- app/controllers/invites_controller.rb 1 addition, 1 deletionapp/controllers/invites_controller.rb
- app/controllers/omniauth_callbacks_controller.rb 1 addition, 1 deletionapp/controllers/omniauth_callbacks_controller.rb
- app/controllers/passwords_controller.rb 11 additions, 5 deletionsapp/controllers/passwords_controller.rb
- app/controllers/profiles/passwords_controller.rb 1 addition, 1 deletionapp/controllers/profiles/passwords_controller.rb
- app/controllers/sessions_controller.rb 1 addition, 1 deletionapp/controllers/sessions_controller.rb
- app/helpers/application_settings_helper.rb 4 additions, 4 deletionsapp/helpers/application_settings_helper.rb
- app/helpers/button_helper.rb 2 additions, 2 deletionsapp/helpers/button_helper.rb
- app/helpers/projects_helper.rb 2 additions, 2 deletionsapp/helpers/projects_helper.rb
- app/models/application_setting.rb 10 additions, 1 deletionapp/models/application_setting.rb
- app/models/user.rb 20 additions, 4 deletionsapp/models/user.rb
- app/services/users/build_service.rb 1 addition, 1 deletionapp/services/users/build_service.rb
- app/views/admin/application_settings/_form.html.haml 16 additions, 3 deletionsapp/views/admin/application_settings/_form.html.haml
- app/views/admin/dashboard/index.html.haml 2 additions, 2 deletionsapp/views/admin/dashboard/index.html.haml
- app/views/devise/sessions/new.html.haml 3 additions, 3 deletionsapp/views/devise/sessions/new.html.haml
- app/views/devise/shared/_links.erb 1 addition, 1 deletionapp/views/devise/shared/_links.erb
- app/views/devise/shared/_signin_box.html.haml 2 additions, 2 deletionsapp/views/devise/shared/_signin_box.html.haml
- app/views/devise/shared/_tabs_ldap.html.haml 2 additions, 2 deletionsapp/views/devise/shared/_tabs_ldap.html.haml
- app/views/devise/shared/_tabs_normal.html.haml 1 addition, 1 deletionapp/views/devise/shared/_tabs_normal.html.haml
- app/views/layouts/nav/sidebar/_profile.html.haml 1 addition, 1 deletionapp/views/layouts/nav/sidebar/_profile.html.haml
Please register or sign in to comment