From 33fb16067a9dd181a1d54194b9820279f549bc24 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 24 Aug 2011 18:10:22 -0400 Subject: 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 --- ipalib/plugins/entitle.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins') 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, ), ) -- cgit