python-openstackclient/releasenotes/notes/bug-1531360-0f5c62d18088e5b5.yaml
Guang Yee 5cbecc130e Support non-interactive user password update
Currently user password update require interactive prompting of user's
original password. This is problematic because we can't support
non-interactive applications and therefore hinders automation. This
patch make it possible by optionally accepting an
'--original-password' argument. If specified, we would use it instead
of prompting.

DocImpact

Change-Id: I2d994e8c2be949f7ae616ac1d1594fb94e1a27cd
Closes-Bug: 1531360
2016-01-11 09:27:10 -08:00

6 lines
129 B
YAML

---
fixes:
- |
Support non-interactive user password update
[Bug `1531360 <https://bugs.launchpad.net/bugs/1531360>`_]