]> source.dussan.org Git - redmine.git/commit
Adds a setting to disable/enable/require 2fa auth (#1237).
authorGo MAEDA <maeda@farend.jp>
Sat, 29 Aug 2020 06:37:09 +0000 (06:37 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 29 Aug 2020 06:37:09 +0000 (06:37 +0000)
commitbe7f5e21faa05bdc483d1b58c8887ff499082073
tree3eb76db7dfd87ad1b41494261d54b48f0d3ac09f
parent560bca344ae467cda03e758159fbf131d5c49f43
Adds a setting to disable/enable/require 2fa auth (#1237).

Patch by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@19989 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/application_controller.rb
app/controllers/twofa_controller.rb
app/models/setting.rb
app/models/user.rb
app/views/my/account.html.erb
app/views/settings/_authentication.html.erb
app/views/twofa/activate_confirm.html.erb
app/views/twofa/select_scheme.html.erb [new file with mode: 0644]
app/views/users/_form.html.erb
config/locales/de.yml
config/locales/en.yml
config/routes.rb
config/settings.yml
lib/redmine/twofa.rb