summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-08-24 18:10:22 -0400
committerRob Crittenden <rcritten@redhat.com>2011-08-24 15:25:53 -0400
commit1936b8050e5ee7861996f370d2171b751f18c1fb (patch)
treea9b63ae4a4a3a388223ebdeb9cd09f683a018fec /ipalib/plugins
parent41d89d0d13d25943b7ac084adb58d112557033ca (diff)
downloadfreeipa-1936b8050e5ee7861996f370d2171b751f18c1fb.tar.gz
freeipa-1936b8050e5ee7861996f370d2171b751f18c1fb.tar.xz
freeipa-1936b8050e5ee7861996f370d2171b751f18c1fb.zip
Add option to only prompt once for passwords, use in entitle_register
A Password param always prompted to confirm the entered password. This doesn't make sense if you want to prompt for a password to another system like we do with entitlements. This adds a new boolean option to control the Password prompt parameter. https://fedorahosted.org/freeipa/ticket/1695
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/entitle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/entitle.py b/ipalib/plugins/entitle.py
index 1c1b7083e..0543b0f23 100644
--- a/ipalib/plugins/entitle.py
+++ b/ipalib/plugins/entitle.py
@@ -494,6 +494,7 @@ class entitle_register(LDAPCreate):
Password('password',
label=_('Password'),
doc=_('Registration password'),
+ confirm=False,
),
)