Issue migrated from Redmine: https://redmine.postgresql.org/issues/1920
Originally created by Fahar Abbas at 2016-11-02 06:47:15 UTC.
Tested Platform:
Centos 07 64(Python 2.7)
MAC 10.9(Python 3.5)
Commit ID:
commit c2d9c0b
In pgAdmin4 try to connect to a server in password window provide a valid password and check 'Save Password' option. Connect to server it will connect successfully.
Right click on server node and select disconnect, server will disconnect. Now again select connect or click on "+" sign it will throw error message "fe_sendauth: no password supplied".
But if we close pgAdmin and then reopen then it will open without error message and password. And if you again disconnect from menu and then try to connect same error message displayed.
Steps:
- Launch pgAdmin
- Connect to server
- while entering password select 'Save Password' checkbox
- and press okay.
- Right click on server node and press 'disconnect'
- Now again try to connect to server.
It will throw attached error message.