aboutsummaryrefslogtreecommitdiff
path: root/src/db/models/two_factor.rs
AgeCommit message (Expand)Author
2019-02-08Fixed some clippy lints and changed update_uuid_revision to only use one db q...Daniel García
2019-01-25Add 2FA icon to admin panelDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ...Daniel García
2018-12-30Fixed delete user when 2FA is enabled, implemented delete user for admin pane...Daniel García
2018-12-07Remove some required values during login, now uses default valuesDaniel García
2018-12-07Migrate to rust 2018 editionDaniel García
2018-11-01Updated bw_rs to Rocket version 0.4-rc1Daniel García
2018-07-12Implemented U2F, refactored Two Factor authentication, registering U2F device...Daniel García