mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make gecos field editable in Web UI
This patch exposes user entry gecos field in Web UI. https://fedorahosted.org/freeipa/ticket/3569
This commit is contained in:
parent
2973128cf0
commit
e10d934230
@ -89,7 +89,8 @@ IPA.user.entity = function(spec) {
|
||||
'sn',
|
||||
'cn',
|
||||
'displayname',
|
||||
'initials'
|
||||
'initials',
|
||||
'gecos'
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user