-
- Downloads
Two factor authentication (#7751)
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Changelog.md 2 additions, 1 deletionChangelog.md
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 14 additions, 0 deletionsGemfile.lock
- app/assets/stylesheets/login.scss 1 addition, 0 deletionsapp/assets/stylesheets/login.scss
- app/controllers/application_controller.rb 7 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/sessions_controller.rb 47 additions, 3 deletionsapp/controllers/sessions_controller.rb
- app/controllers/two_factor_authentications_controller.rb 60 additions, 0 deletionsapp/controllers/two_factor_authentications_controller.rb
- app/controllers/users_controller.rb 2 additions, 0 deletionsapp/controllers/users_controller.rb
- app/helpers/application_helper.rb 5 additions, 0 deletionsapp/helpers/application_helper.rb
- app/models/user.rb 10 additions, 1 deletionapp/models/user.rb
- app/views/sessions/two_factor.html.haml 39 additions, 0 deletionsapp/views/sessions/two_factor.html.haml
- app/views/shared/_settings_nav.haml 2 additions, 0 deletionsapp/views/shared/_settings_nav.haml
- app/views/two_factor_authentications/_activate.haml 11 additions, 0 deletionsapp/views/two_factor_authentications/_activate.haml
- app/views/two_factor_authentications/_confirm.haml 33 additions, 0 deletionsapp/views/two_factor_authentications/_confirm.haml
- app/views/two_factor_authentications/_deactivate.haml 28 additions, 0 deletionsapp/views/two_factor_authentications/_deactivate.haml
- app/views/two_factor_authentications/_recovery.haml 18 additions, 0 deletionsapp/views/two_factor_authentications/_recovery.haml
- app/views/two_factor_authentications/_token_form.haml 4 additions, 0 deletionsapp/views/two_factor_authentications/_token_form.haml
- app/views/two_factor_authentications/confirm_2fa.html.haml 11 additions, 0 deletionsapp/views/two_factor_authentications/confirm_2fa.html.haml
- app/views/two_factor_authentications/recovery_codes.html.haml 12 additions, 0 deletions...views/two_factor_authentications/recovery_codes.html.haml
Loading
Please register or sign in to comment