summaryrefslogtreecommitdiffstats
path: root/lib/redmine/twofa
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-252-2/+2
* remove redundant 'return' from lib/redmine/twofa/totp.rbToshi MARUYAMA2020-12-171-2/+2
* fix source indent of lib/redmine/twofa/totp.rbToshi MARUYAMA2020-12-171-4/+6
* add empty line after guard clause to lib/redmine/twofa/base.rbToshi MARUYAMA2020-12-041-0/+1
* remove spaces inside {} of lib/redmine/twofa/base.rbToshi MARUYAMA2020-11-221-4/+4
* Use Setting.host_name instead of Setting.app_title as TOTP issuer to avoid na...Go MAEDA2020-11-091-1/+1
* otpauth uri should include a login id, not an email address (#1237, #34233).Go MAEDA2020-11-091-1/+1
* Fix an error "uninitialized constant Redmine::Twofa::Base" when accessing My ...Go MAEDA2020-08-311-0/+2
* Fix that Redmine::Twofa::Base raises ArgumentError in development mode (#1237...Go MAEDA2020-08-311-4/+4
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-2/+48
* Adds two factor authentication support (#1237).Go MAEDA2020-08-292-0/+195