-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '2fa_recovery' into 'master'
Add option to recover 2FA via SSH Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/3765 Allow users to recover their own account if they lose their 2FA device or recovery codes. ## Questions/Concerns - Does this look secure? I think it is but we need to make sure no one can spoof a username or something and disable two factor. ## Todo - [x] Working code - [x] Tests - [x] GitLab merge requests (including documentation)  See merge request !74
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- lib/gitlab_net.rb 9 additions, 0 deletionslib/gitlab_net.rb
- lib/gitlab_shell.rb 47 additions, 9 deletionslib/gitlab_shell.rb
- spec/gitlab_net_spec.rb 18 additions, 0 deletionsspec/gitlab_net_spec.rb
- spec/gitlab_shell_spec.rb 63 additions, 3 deletionsspec/gitlab_shell_spec.rb
- spec/vcr_cassettes/two-factor-recovery-codes-fail.yml 42 additions, 0 deletionsspec/vcr_cassettes/two-factor-recovery-codes-fail.yml
- spec/vcr_cassettes/two-factor-recovery-codes.yml 42 additions, 0 deletionsspec/vcr_cassettes/two-factor-recovery-codes.yml
Please register or sign in to comment