summaryrefslogtreecommitdiffstats
path: root/models/twofactor.go
Commit message (Expand)AuthorAgeFilesLines
* Switch plaintext scratch tokens to use hash instead (#4331)techknowlogick2018-07-271-7/+18
* Do not allow to reuse TOTP passcode (#3878)Lauris BH2018-05-021-6/+7
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-2/+2
* go back to using CFB for AES decryption/encryption for 2FA (#3274)Morgan Bazalgette2017-12-311-3/+44
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-12/+3
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-2/+2
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-10/+5
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-12/+2
* Two factor authentication support (#630)Andrew2017-01-161-0/+141