]> source.dussan.org Git - redmine.git/commit
Backup codes for 2fa auth (#1237).
authorGo MAEDA <maeda@farend.jp>
Sat, 29 Aug 2020 06:51:21 +0000 (06:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 29 Aug 2020 06:51:21 +0000 (06:51 +0000)
commit8900eb6eb5994310e3f957398cc21a512c5951ab
tree22c37392fef2ef6f750dbd9bda18c90c6cfd45b9
parentbe7f5e21faa05bdc483d1b58c8887ff499082073
Backup codes for 2fa auth (#1237).

Patch by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 files changed:
app/controllers/account_controller.rb
app/controllers/twofa_backup_codes_controller.rb [new file with mode: 0644]
app/controllers/twofa_controller.rb
app/helpers/twofa_helper.rb [new file with mode: 0644]
app/models/token.rb
app/views/my/account.html.erb
app/views/twofa/_twofa_code_form.html.erb [new file with mode: 0644]
app/views/twofa/deactivate_confirm.html.erb
app/views/twofa_backup_codes/confirm.html.erb [new file with mode: 0644]
app/views/twofa_backup_codes/show.html.erb [new file with mode: 0644]
config/locales/de.yml
config/locales/en.yml
config/routes.rb
lib/redmine/twofa/base.rb
public/stylesheets/application.css