상세 컨텐츠

본문 제목

[Postgresql/pgAdmin 4]pgAdmin 마스터 비밀번호 비활성화/pgAdmin master password disable

Development/ETC

by J-Developer 2022. 5. 31. 15:28

본문

반응형

pgAdmin 4를 설치해서 처음 사용하면 마스터 비밀번호를 입력하라는 팝업이 뜹니다.

 

마스터 비밀번호

 

접속할때 마다 입력하기 귀찮아 해당 기능을 비활성화 하기위해 검색을 했습니다.

 

 

1. pgAdmin 패키지 내용 열기

pgAdmin 패키지 내용 열기

 

2. /pgAdmin 4.app/Contents/Resources/web/config.py 해당 경로에 있는 파일을 읽습니다.

 

3. 해당 파일안에 있는 'MASTER_PASSWORD_REQUIRED' 값을 true에서 false로 변경합니다.

 

config.py 설정 파일

 

마스터 비밀번호를 입력하지 않아도 접속할 수 있습니다.

 

 

 

참조: https://www.pgadmin.org/docs/pgadmin4/development/master_password.html
 

Master Password — pgAdmin 4 6.9 documentation

Master Password A master password is required to secure and later unlock the saved server passwords. This is applicable only for desktop mode users. You are prompted to enter the master password when you open the window for the first time after starting th

www.pgadmin.org

 

반응형

관련글 더보기

댓글 영역