Files
gitlabhq/spec/models
Timothy Andrew 791cc9138b Add a U2fRegistrations table/model.
- To hold registrations from U2F devices, and to authenticate them.
- Previously, `User#two_factor_enabled` was aliased to the
  `otp_required_for_login` column on `users`.
- This commit changes things a bit:
    - `User#two_factor_enabled` is not a method anymore
    - `User#two_factor_enabled?` checks both the
      `otp_required_for_login` column, as well as `U2fRegistration`s
    - Change all instances of `User#two_factor_enabled` to
      `User#two_factor_enabled?`
- Add the `u2f` gem, and implement registration/authentication at the
  model level.
2016-06-06 12:50:31 +05:30
..
2016-05-30 13:51:21 -06:00
2016-05-21 23:11:26 +07:00
2016-05-29 15:03:00 -04:00
2016-06-01 16:22:35 +02:00
2016-06-01 12:10:08 +02:00
2016-06-01 16:22:35 +02:00
2016-05-14 14:45:11 -05:00
2015-12-18 14:19:48 -06:00
2016-05-29 15:03:00 -04:00
2016-05-16 18:03:55 -05:00
2016-03-20 22:55:08 +01:00
2016-06-01 16:22:35 +02:00