
Re-organized topic hierarchy Tiny edit to restart review workflow. Squashed with Resolved index.rst conflict commit Change-Id: I13472792cb19d1e9975ac76c6954d38054d606c5 Signed-off-by: Keane Lim <keane.lim@windriver.com> Signed-off-by: MCamp859 <maryx.camp@intel.com>
38 lines
925 B
ReStructuredText
38 lines
925 B
ReStructuredText
|
|
.. not1578924824783
|
|
.. _password-recovery:
|
|
|
|
=================
|
|
Password Recovery
|
|
=================
|
|
|
|
.. rubric:: |proc|
|
|
|
|
- Do one of the following to change a Keystone admin user password at any
|
|
time.
|
|
|
|
|
|
- Use the Identity panel in the Horizon Web interface.
|
|
|
|
- Use the following command from the controller CLI.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)$ openstack user password set
|
|
|
|
.. warning::
|
|
Both controller nodes must be locked and unlocked after changing
|
|
the Keystone admin password. You must wait five minutes before
|
|
performing the lock/unlock operations.
|
|
|
|
|
|
- Use the following command to reset a Keystone non-admin user \(tenant user\) account.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)$ openstack user set --password <temp_password> <user>
|
|
|
|
where <user> is the username and <temp\_password> is a temporary password.
|
|
|
|
|