2017-11-28 04:55:54 -06:00
|
|
|
.. _change_user_password:
|
|
|
|
|
2018-06-15 03:14:12 -05:00
|
|
|
************************************
|
|
|
|
`Change User Password Dialog`:index:
|
|
|
|
************************************
|
2017-11-28 04:55:54 -06:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
It is a good policy to routinely change your password to protect data, even in
|
|
|
|
what you may consider a 'safe' environment. In the workplace, failure to apply
|
|
|
|
an appropriate password policy could leave you in breach of Data Protection
|
|
|
|
laws.
|
2017-11-28 04:55:54 -06:00
|
|
|
|
|
|
|
Please consider the following guidelines when selecting a password:
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
* Ensure that your password is an adequate length; 6 characters should be the
|
|
|
|
absolute minimum number of characters in the password.
|
2023-02-01 02:54:49 -06:00
|
|
|
* The minimum password length is set by default to six characters. This value
|
|
|
|
can be changed by setting the *PASSWORD_LENGTH_MIN* option to desired length
|
|
|
|
in pgAdmin configuration; see :ref:`config_py` for more information.
|
2019-03-08 09:29:05 -06:00
|
|
|
* Ensure that your password is not open to dictionary attacks. Use a mixture of
|
|
|
|
upper and lower case letters and numerics, and avoid words or names. Consider
|
|
|
|
using the first letter from each word in a phrase that you will remember
|
|
|
|
easily but is an unfamiliar acronym.
|
|
|
|
* Ensure that your password is changed regularly; at minimum, change it every
|
|
|
|
ninety days.
|
2017-11-28 04:55:54 -06:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
The guidelines above should be considered a starting point: They are not a
|
|
|
|
comprehensive list and they **will not guarantee security**.
|
2017-11-28 04:55:54 -06:00
|
|
|
|
|
|
|
.. image:: images/change_user_password.png
|
2018-01-12 06:58:58 -06:00
|
|
|
:alt: Change current user password dialog
|
2019-03-08 09:29:05 -06:00
|
|
|
:align: center
|
2017-11-28 04:55:54 -06:00
|
|
|
|
|
|
|
Use the *Change Password* dialog to change your password:
|
|
|
|
|
|
|
|
* Enter your existing password in the *Current Password* field.
|
|
|
|
* Enter the desired password for in the *New Password* field.
|
|
|
|
* Re-enter the new password in the *Confirm Password* field.
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
Click the *Change Password* button to change your password; click *Close* to
|
|
|
|
exit the dialog.
|