mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use right attribute name for e-mail in user2 plugin.
This commit is contained in:
parent
24790748fe
commit
75b551fd5e
@ -74,8 +74,8 @@ class user2(Object):
|
||||
doc='Kerberos principal name',
|
||||
default_from=lambda uid: '%s@%s' % (uid, api.env.realm),
|
||||
),
|
||||
Str('mailaddress?',
|
||||
cli_name='e_mail',
|
||||
Str('mail?',
|
||||
cli_name='email',
|
||||
doc='e-mail address',
|
||||
),
|
||||
Password('userpassword?',
|
||||
|
Loading…
Reference in New Issue
Block a user