More 7.1 features
This commit is contained in:
parent
2de8245af7
commit
fd95c57ed0
5 changed files with 427 additions and 107 deletions
|
|
@ -256,6 +256,14 @@ sub definition {
|
|||
hoverHelp=>$i18n->get('118 description'),
|
||||
defaultValue=>$session->setting->get("anonymousRegistration")
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"user",
|
||||
fieldType=>"yesNo",
|
||||
name=>"automaticLDAPRegistration",
|
||||
label=>$i18n->echo("Automatic LDAP Registration"),
|
||||
hoverHelp=>$i18n->echo('When set to yes, a WebGUI user account will be created and the user logged in, if the credentials entered are validated by LDAP.'),
|
||||
defaultValue=>$session->setting->get("automaticLDAPRegistration")
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"user",
|
||||
fieldType=>"workflow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue