From 2f6fa22ab0daa129526beee710bf3c6bd4244dd4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 13 Oct 2010 18:02:47 -0400 Subject: Improve doc string for password ticket 182 --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') 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', -- cgit