Fixed the label in Operation/User:www_editUser, generated by editUserForm in LDAP.pm. Fixes bug #11395.
This commit is contained in:
parent
7470a15fcf
commit
f24963bbfe
3 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
- fixed #11391: Duplicated Thingy maintains ids for storage fields
|
- fixed #11391: Duplicated Thingy maintains ids for storage fields
|
||||||
- fixed #11381: Captcha of DataForm cached
|
- fixed #11381: Captcha of DataForm cached
|
||||||
- fixed #11392: account.message var sometimes returns invalid html
|
- fixed #11392: account.message var sometimes returns invalid html
|
||||||
|
- fixed #11395: i18n LDAP field name in user properties wrong
|
||||||
|
|
||||||
7.8.11
|
7.8.11
|
||||||
- fixed #11362: Unable to checkout with ITransact plugin
|
- fixed #11362: Unable to checkout with ITransact plugin
|
||||||
|
|
|
||||||
|
|
@ -494,7 +494,7 @@ sub editUserForm {
|
||||||
);
|
);
|
||||||
$f->text(
|
$f->text(
|
||||||
-name => "authLDAP_connectDN",
|
-name => "authLDAP_connectDN",
|
||||||
-label => $i18n->get(4),
|
-label => $i18n->get('LDAP User DN'),
|
||||||
-value => $connectDN,
|
-value => $connectDN,
|
||||||
);
|
);
|
||||||
$self->session->style->setRawHeadTags($jscript);
|
$self->session->style->setRawHeadTags($jscript);
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,12 @@ our $I18N = {
|
||||||
lastUpdated => 1031514049,
|
lastUpdated => 1031514049,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'LDAP User DN' => {
|
||||||
|
message => q|LDAP User DN|,
|
||||||
|
lastUpdated => 1265671176,
|
||||||
|
context => q|The actual DN for the user to use when logging in.|,
|
||||||
|
},
|
||||||
|
|
||||||
'connect_dn_help' => {
|
'connect_dn_help' => {
|
||||||
message => q|The distinguished name used to make an LDAP connection. Used to be called Connect DN.|,
|
message => q|The distinguished name used to make an LDAP connection. Used to be called Connect DN.|,
|
||||||
lastUpdated => 1249688660,
|
lastUpdated => 1249688660,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue