Home > Article > Development Tools > How to register a new user after gitlab installation is completed
After installing GitLab, we need to register a new user to configure GitLab and allow others to use the platform for code management and collaboration. This article will introduce you to how to register a new user.
Enter the GitLab website by opening your web browser and entering the IP address or domain name of the GitLab server. Next, enter the username and password for the administrator account to access GitLab.
On the GitLab page after logging in, click the administrator icon in the upper right corner. This will take you to the administrator control panel.
In the administrator control panel, select the "Users" tab. Next, click the "New User" button in the upper right corner to create a new user.
In the window to create a new user, the new user information that needs to be filled in includes: username, name, email address, password, etc. Make sure the information filled in is accurate.
After creating a new user, you can assign the user's permissions. This includes the GitLab group, project, permission level, etc. Permissions can be used to determine the new user's role, such as administrator, developer, visitor, etc.
After you assign user permissions, click the "Create User" button, and GitLab will send the invitation email to the new user. The email will contain the new user's login and password, as well as a link to the GitLab login page.
If the new user already has a GitLab account, he or she can log in directly using the invitation link you sent. If he or she does not have a GitLab account, he or she can create one using the login information in the email.
Summary
After installing and configuring GitLab, we can use the above steps to create new users and set permissions for them. Only authorized users can use GitLab and manage and collaborate on development projects. The creation of new users and adjustment of permissions make GitLab an ideal platform for team collaboration and management of common projects.
The above is the detailed content of How to register a new user after gitlab installation is completed. For more information, please follow other related articles on the PHP Chinese website!