Skip to content

Instantly share code, notes, and snippets.

@LordEvron
Created September 1, 2021 09:19
Show Gist options
  • Save LordEvron/efa0062dce18718a1680b1d81b7b3e44 to your computer and use it in GitHub Desktop.
Save LordEvron/efa0062dce18718a1680b1d81b7b3e44 to your computer and use it in GitHub Desktop.
Disable MASTER PASSWORD on PGADMIN 4.5 on Windows
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