Created
September 1, 2021 09:19
-
-
Save LordEvron/efa0062dce18718a1680b1d81b7b3e44 to your computer and use it in GitHub Desktop.
Disable MASTER PASSWORD on PGADMIN 4.5 on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Documentation on pgadmin is useless so they do not document where they store the config.py file, | |
making me lose 1 hour tring to find its location: | |
Here is the location of the config.py file in windows : | |
C:\Users\<YOURUSERNAME>\AppData\Local\Programs\pgAdmin 4\v5\web\config.py | |
Then change the MASTER_PASSWORD_REQUIRED to False. | |
Restart PGADMIN. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment