gitlabtwo-factor-authentication

Gitlab Account 2FA lost


I have lost my Phone and do not have the recovery code for my 2FA for GitLab.

So I am locked out of my account.
What are my options?


Solution

  • I know this is an old question, but the following, which I have tested only with gitlab.com free hosted accounts, may be useful for others with GitLab 2fa problems.

    IF

    THEN ...

    You can create a brand new list of recovery codes via ssh:

    ssh git@gitlab.com 2fa_recovery_codes
    

    Answer the questions and save the list of recovery codes somewhere safe this time! I'm guilty of all of the above and this solution provided by GitLab is both simple and elegant.

    Source: https://gitlab.com/gitlab-org/gitlab-ce/issues/3765