From 3e540272c69c9697a52a0e2d04ed3c2ae93740f4 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 19 Nov 2010 18:30:03 -0600 Subject: Multivalued email address --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 405543bb..b34ba99f 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -116,7 +116,7 @@ class user(LDAPObject): default_from=lambda uid: '%s@%s' % (uid, api.env.realm), autofill=True, ), - Str('mail?', + Str('mail*', cli_name='email', label=_('Email address'), ), -- cgit