-
Notifications
You must be signed in to change notification settings - Fork 684
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
Saved password functionality is NOT working if invalid value is passed for password file parameter in server configuration. #6934
Comments
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Nov 9, 2023
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Nov 9, 2023
adityatoshniwal
pushed a commit
that referenced
this issue
Nov 9, 2023
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Nov 21, 2023
…and server configuration has invalid pgpass file parameter.pgadmin-org#6934
akshay-joshi
pushed a commit
that referenced
this issue
Nov 23, 2023
…and server configuration has invalid pgpass file parameter. #6934
Tested and verified on Snapshot build: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2023-12-01/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please note that security bugs or issues should be reported to [email protected].
Describe the bug
Saved password functionality is NOT working if invalid value is passed for password file parameter in server configuration.
To Reproduce
Steps to reproduce the behavior:
Scenario 1
Scenario 2
2.Connec to the server and check the save password checkbox.
3.Go to server definition and add password file parameter with invalid path for file.
4.Clear the saved password
5.Now try to connect.
6.User is able to connect without password though password file path is invalid(Do this step 2 times). Password is NOT cleared successfully.
Also check whether password is cleared or not in DB
Expected behavior
A clear and concise description of what you expected to happen.
Error message
If possible, include the full, unedited text of any error messages displayed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: