#353 Cosmetic changes for ipa passwd command
Closed: Fixed None Opened 13 years ago by dpal.

This ticket is forked from #352.

[dpal@lenovo ~]$ ipa passwd dpal
password: 
Enter password again to verify: 
-------
passwd:
-------
----------------------------
Changed password for "dpal."
----------------------------

The label should be capitalized and the output is confusing. I suggest that "passwd:" line is suppressed in some way.


The dashed part was removed in commit a41e69f

There isn't a whole lot we can do for the upper/lower case. This does something like:

printf("%s", label)
read()
printf("Enter %s again", label)

It will now appear upper case in both. I don't think this will confuse anybody.

Metadata Update from @dpal:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.0 - 2010/12 (FC)

7 years ago

Login to comment on this ticket.

Metadata