- Added new registration search and management interface to the EMS.
- Added badge printing support to the EMS.
This commit is contained in:
parent
33a841ba32
commit
66e4b82f8a
8 changed files with 233 additions and 65 deletions
|
|
@ -379,12 +379,12 @@ sub definition {
|
|||
defaultValue=>$session->setting->get("selfDeactivation")
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"user",
|
||||
fieldType=>"yesNo",
|
||||
name=>"encryptLogin",
|
||||
label=>$i18n->get(1006),
|
||||
hoverHelp=>$i18n->get('1006 description'),
|
||||
defaultValue=>$session->setting->get("encryptLogin")
|
||||
tab => "user",
|
||||
fieldType => ($session->config->get("sslEnabled") ? 'yesNo' : 'hidden'),
|
||||
name => "encryptLogin",
|
||||
label => $i18n->get(1006),
|
||||
hoverHelp => $i18n->get('1006 description'),
|
||||
defaultValue=> $session->setting->get("encryptLogin"),
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"user",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue