Skip to content
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

Add warning when saving PGsql/PostGIS passwords #14669

Closed
qgib opened this issue Jan 16, 2012 · 2 comments
Closed

Add warning when saving PGsql/PostGIS passwords #14669

qgib opened this issue Jan 16, 2012 · 2 comments
Labels
Feature Request GUI/UX Related to QGIS application GUI or User Experience
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jan 16, 2012

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 4823

Redmine category:gui


Pgsql/PostGIS passwords are saved in plain text. It would be useful to add a Warning as it is done in PGAdmin3. Example:

Saving passwords
WARNING: You have opted to save your password. It will be stored in plain text in your home directory on *nix systems, or in your user profile on Windows. If you do not want this to happen, please press the Cancel button.
pgAdmin uses PostgreSQL's 'pgpass' mechanism to store your passwords. On *nix systems, the password will be stored in ~/.pgpass, whilst on Windows systems it will be stored in %APPDATA%\PostgreSQL\pgpass.conf (%APPDATA% is the 'Application Data' folder in your user profile). This mechanism is used by default by all programs that use the libpq library to access the server, which includes command line applications such as pg_dump and pg_restore, other GUI applications, and drivers such as psqlODBC. This means that those applications may automatically connect to the server using your stored password. If you do not want this to happen, you should not use the Store Password option in pgAdmin.


Related issue(s): #13920 (duplicates), #15379 (relates), #16999 (duplicates)
Redmine related issue(s): 3862, 5959, 8180


@qgib
Copy link
Contributor Author

qgib commented Jan 16, 2012

Author Name: Alexander Bruy (@alexbruy)


See also #13920

@qgib
Copy link
Contributor Author

qgib commented Jan 22, 2012

Author Name: Jürgen Fischer (@jef-n)


implemented in 72c04ce


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added Feature Request GUI/UX Related to QGIS application GUI or User Experience labels May 24, 2019
@qgib qgib added this to the Version 1.7.4 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request GUI/UX Related to QGIS application GUI or User Experience
Projects
None yet
Development

No branches or pull requests

1 participant