mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
optional uid
Make the uid field optional
This commit is contained in:
@@ -119,7 +119,14 @@ IPA.entity_factories.user = function() {
|
||||
link: link
|
||||
}).
|
||||
adder_dialog({
|
||||
fields: ['uid', 'givenname', 'sn']
|
||||
fields: [
|
||||
{
|
||||
factory : IPA.text_widget,
|
||||
undo: false,
|
||||
optional: true,
|
||||
name:'uid'
|
||||
},
|
||||
'givenname', 'sn']
|
||||
});
|
||||
|
||||
return builder.build();
|
||||
|
||||
Reference in New Issue
Block a user