Comment 5 for bug 1462343

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-fuelclient (master)

Reviewed: https://review.openstack.org/209909
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=62c569281c6300af6c291fc6dc4627b60e92bdff
Submitter: Jenkins
Branch: master

commit 62c569281c6300af6c291fc6dc4627b60e92bdff
Author: Sylwester Brzeczkowski <email address hidden>
Date: Thu Aug 6 14:18:45 2015 +0200

    Change user passwd in CLI using interacive prompt

    `fuel user change-password` now asks for password in interactive
    prompt in unix `passwd` style, which is secure
    comparing with passing new password as an argument to CLI.
    Also tests added.

    Change-Id: I88fd38e8bd0bb96dd9b596aa44fa3f7721ee6431
    Closes-Bug: 1462343