summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
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 405543bbd..b34ba99f9 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'),
),