mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Multivalued email address
This commit is contained in:
parent
5d5ec15ee5
commit
3e540272c6
@ -3876,7 +3876,7 @@
|
||||
"length": null,
|
||||
"maxlength": null,
|
||||
"minlength": null,
|
||||
"multivalue": false,
|
||||
"multivalue": true,
|
||||
"name": "mail",
|
||||
"pattern": null,
|
||||
"pattern_errmsg": null,
|
||||
|
@ -3872,7 +3872,7 @@
|
||||
"length": null,
|
||||
"maxlength": null,
|
||||
"minlength": null,
|
||||
"multivalue": false,
|
||||
"multivalue": true,
|
||||
"name": "mail",
|
||||
"pattern": null,
|
||||
"pattern_errmsg": null,
|
||||
|
@ -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'),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user