728x90
반응형
비밀번호는 8자리 이상하라고 함.
초기 계정은 root 임
1. 컨테이너로 들어가서..아래 명령어 실행
gitlab-rails console -e production
2. 아래 명령어를 타이핑
user = User.where(id: 1).first
그러면 결과가 아래처럼..
irb(main):001:0> user = User.where(id: 1).first
=> #<User id:1 @root>
3. 아래 3명령을 실행
user.password='변경할비밀번호'
user.password_confirmation='변경할비밀번호'
user.save
4. UI 에서 로그인하면 됨.
https://oingdaddy.tistory.com/369
설차는 아래 동영상을 참고함.
난 도커기반임.
728x90
반응형
'Infra > GitLab & Git Server' 카테고리의 다른 글
Gitlab 프로젝트 생성하기 (blank project) (0) | 2024.01.17 |
---|---|
Gitlab ee 버전을 ubuntu 22.04 에 설치하기 (0) | 2024.01.17 |
Git server 구축 (0) | 2023.05.27 |
User 생성하기 (0) | 2023.04.02 |
Group 생성하기 (0) | 2023.04.02 |
댓글