summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/enforces_two_factor_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-2/+2
* check all groups for 2fa requirementAlexis Reigel2017-04-061-1/+1
* state the reason to the user for the required 2faAlexis Reigel2017-04-061-0/+11
* Rename skip_tfa session variable to skip_two_factorMarkus Koller2017-04-061-1/+1
* Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller2017-04-061-4/+4
* Extract 2FA-related code from ApplicationControllerMarkus Koller2017-04-061-0/+47