]> cat aescling's git repositories - mastodon.git/commit
Added optional two-factor authentication
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 27 Jan 2017 19:28:46 +0000 (20:28 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 27 Jan 2017 19:35:16 +0000 (20:35 +0100)
commitba192f12e381842c90df0fab2fcb1a23cae97fc4
tree1af8032d690d9c20af8b481d42978829b01334b6
parent237cb41ab4d841fb215ce6707c8d7695ef44b103
Added optional two-factor authentication
16 files changed:
Gemfile
Gemfile.lock
app/assets/stylesheets/forms.scss
app/controllers/auth/sessions_controller.rb
app/controllers/settings/two_factor_auths_controller.rb [new file with mode: 0644]
app/models/user.rb
app/views/auth/sessions/new.html.haml
app/views/settings/shared/_links.html.haml
app/views/settings/two_factor_auths/show.html.haml [new file with mode: 0644]
config/initializers/devise.rb
config/initializers/filter_parameter_logging.rb
config/locales/en.yml
config/locales/simple_form.en.yml
config/routes.rb
db/migrate/20170127165745_add_devise_two_factor_to_users.rb [new file with mode: 0644]
db/schema.rb