1、首次登录 GitLab Web 界面修改密码
浏览器访问 http://gitlab服务器IP/
![图片[1]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-93.png)
# 如果没有在配置文件中对密码做初始化设置,可以从以下文件找到初始密码
[root@git01 ~]# cat /etc/gitlab/initial_root_password
# WARNING: This value is valid only in the following conditions
# 1. If provided manually (either via `GITLAB_ROOT_PASSWORD` environment variable or via `gitlab_rails['initial_root_password']` setting in `gitlab.rb`, it was provided before database was seeded for the first time (usually, the first reconfigure run).
# 2. Password hasn't been changed manually, either via UI or via command line.
#
# If the password shown here doesn't work, you must reset the admin password following https://docs.gitlab.com/ee/security/reset_user_password.html#reset-your-root-password.
Password: KZCshI95NksUC6gzfZxSvx6iYaG27EOEXBt8Ah3g1OA=
# NOTE: This file will be automatically deleted in the first reconfigure run after 24 hours.
# 修改密码,密码至少8位
![图片[2]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-94.png)
2、修改页面语言
![图片[3]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-95.png)
![图片[4]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-96.png)
3、关闭账号注册功能
![图片[5]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-97.png)
4、修改邮箱地址
![图片[6]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-98.png)
![图片[7]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-99.png)
![图片[8]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-100.png)
![图片[9]-GitLab 基本配置-李佳程的个人主页](http://www.lijiach.com/wp-content/uploads/2022/12/image-101.png)
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END