-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closing the Query-Tool Tabs with a User which password has been expired during the session results into failed login attempts at the postgresql database #8183
Comments
Hi, Please share the screenshots and logs. |
Here to start test environment with docker-compose: ` services: pgadmin: What I did:
CREATE USER demo WITH PASSWORD 'demo';
Logs: |
Describe the bug
If a user has been used with open query-tool tabs, which passwords expires during the session, results to failed login events on the postgresql during the closing of the query-tool tabs or pgadmin browser tab itself.
To Reproduce
Create a DB user with the valid until option.
Login with the User through PGAdmin to the database.
Open some query tabs and do some pseudo queries.
Wait until the "valid until" option has expired the user password.
Close single query-tabs or pgadmin browser tab.
See log messages about failed login attempts.
Expected behavior
No login attempts, if the query-tabs or pgadmin will be closed.
The text was updated successfully, but these errors were encountered: