1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

otpauth uri should include a login id, not an email address (#1237, #34233).

git-svn-id: http://svn.redmine.org/redmine/trunk@20307 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-11-09 02:41:50 +00:00
parent a4a3d292bc
commit d9771fbe44

View File

@ -50,7 +50,7 @@ module Redmine
end
def provisioning_uri
totp.provisioning_uri(@user.mail)
totp.provisioning_uri(@user.login)
end
def init_pairing_view_variables