Before using GitLab for code management or collaborative development, we need to register an account and set a password. This article will teach you how to set a password.
Enter the URL of GitLab in the browser (https://gitlab.com) and access it to enter GitLab 's main page. Find "Login" in the upper right corner of the page and click to enter the GitLab login page.
You can see the "Forgot Password" link at the bottom of the login page. Click this link to enter the Forgot Password page.
Enter the email address you used when registering on the "Forgot Password" page, and click the "Send me reset password instructions" button to reset A password setting notification will be sent to your email.
After sending the password reset request, you will receive an email in the mailbox you set. Open the email and click on the email. Reset password link.
When you click the reset password link, GitLab will prompt you to enter the password reset page and ask you to enter a new password. Enter a new password that meets the requirements according to the prompts, and click the "Change my password" button.
Return to the GitLab main page and click the "Login" button to enter the login interface, and use the newly set password to log in.
Note: In order to ensure account security, it is recommended to set a stronger password, such as using a combination of letters, numbers and symbols.
In short, to set a GitLab password, you only need to retrieve and reset it through the forgotten password function. This can ensure the security of your account and allow your collaborative development work to proceed smoothly.
The above is the detailed content of How to retrieve and reset the forgotten password on gitlab. For more information, please follow other related articles on the PHP Chinese website!