summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-10-13 18:02:47 -0400
committerRob Crittenden <rcritten@redhat.com>2010-10-15 15:00:48 -0400
commit2f6fa22ab0daa129526beee710bf3c6bd4244dd4 (patch)
treed69ca7c0daa9b1a86f8c807bf4e53b04cda42b74 /ipalib
parent2ab5b6b8e8fdb0ccfdf7d72ee75e808e89459d2f (diff)
downloadfreeipa-2f6fa22ab0daa129526beee710bf3c6bd4244dd4.tar.gz
freeipa-2f6fa22ab0daa129526beee710bf3c6bd4244dd4.tar.xz
freeipa-2f6fa22ab0daa129526beee710bf3c6bd4244dd4.zip
Improve doc string for password
ticket 182
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index 4bbb86c93..68ca24a0c 100644
--- a/ipalib/plugins/user.py
+++ b/ipalib/plugins/user.py
@@ -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',