summaryrefslogtreecommitdiffstats
path: root/lib/redmine/twofa/totp.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* 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
* 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
* Adds two factor authentication support (#1237).Go MAEDA2020-08-291-0/+68