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:
committed by
Petr Vobornik
parent
2973128cf0
commit
e10d934230
@@ -89,7 +89,8 @@ IPA.user.entity = function(spec) {
|
|||||||
'sn',
|
'sn',
|
||||||
'cn',
|
'cn',
|
||||||
'displayname',
|
'displayname',
|
||||||
'initials'
|
'initials',
|
||||||
|
'gecos'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user