Actions
Bug #23996
closedHammer ask for password though -p option when user changing current password
Difficulty:
Triaged:
No
Bugzilla link:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1580327
Description of problem: Though -p option passed to hammer, it will prompt user for password.
Version-Release number of selected component (if applicable):
Steps to Reproduce:
1. # hammer -u admin -p <current_password> user update --login admin --password '<new-password>'
Enter user's current password:
User [admin] updated.
Actual results: User prompted with
Enter user's current password:
though -p option is set.
Actions