gitlab-org--gitlab-foss/db
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
..
fixtures Limit the number of merge requests per project to avoid long seeds 2016-05-04 09:22:01 -07:00
migrate Add a `U2fRegistrations` table/model. 2016-06-06 12:50:31 +05:30
schema.rb Add a `U2fRegistrations` table/model. 2016-06-06 12:50:31 +05:30
seeds.rb init commit 2011-10-09 00:36:38 +03:00