Improve doc string for password

ticket 182
This commit is contained in:
Rob Crittenden 2010-10-13 18:02:47 -04:00
parent 2ab5b6b8e8
commit 2f6fa22ab0

View File

@ -122,7 +122,7 @@ class user(LDAPObject):
Password('userpassword?',
cli_name='password',
label=_('Password'),
doc=_('Set the user password'),
doc=_('Prompt to set the user password'),
# FIXME: This is temporary till bug is fixed causing updates to
# bomb out via the webUI.
exclude='webui',