mirror of https://github.com/apache/archiva.git
MRM-1810 removed properties filter, added i18n help content
This commit is contained in:
parent
af88382fbc
commit
448d88877d
|
@ -630,6 +630,8 @@ security.rememberme.path.help.content=Path for rememberme cookie.
|
||||||
security.rememberme.secure.help.content=rememberme cookie secured.
|
security.rememberme.secure.help.content=rememberme cookie secured.
|
||||||
security.rememberme.domain.help.content=rememberme cookie domain.
|
security.rememberme.domain.help.content=rememberme cookie domain.
|
||||||
security.policy.unlockable.accounts.help.content=Non lockable accounts.
|
security.policy.unlockable.accounts.help.content=Non lockable accounts.
|
||||||
|
ldap.config.groups.class.help.content=The name of the objectClass in the ldap server used to identify groups. The default is groupOfUniqueNames.
|
||||||
|
ldap.config.groups.member.help.content=The name of the attribute on a group that contains the user DN of group members. The default is uniqueMember.
|
||||||
ldap.config.mapper.attribute.fullname.help.content=The name of the attribute on a user that contains the users fullName.
|
ldap.config.mapper.attribute.fullname.help.content=The name of the attribute on a user that contains the users fullName.
|
||||||
security.policy.password.rule.characterlength.enabled.help.content=Character length password rule enabled.
|
security.policy.password.rule.characterlength.enabled.help.content=Character length password rule enabled.
|
||||||
security.policy.password.rule.musthave.enabled.help.content=Password mandatory rule enabled.
|
security.policy.password.rule.musthave.enabled.help.content=Password mandatory rule enabled.
|
||||||
|
|
|
@ -1269,8 +1269,6 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{{each(i, row) itemsOnCurrentPage()}}
|
{{each(i, row) itemsOnCurrentPage()}}
|
||||||
{{var key = row.key}}
|
{{var key = row.key}}
|
||||||
<!-- do not display mapped ldap groups as keys -->
|
|
||||||
{{if !key.startsWith('ldap.config.groups.')}}
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="popover-doc"
|
<a class="popover-doc"
|
||||||
|
|
Loading…
Reference in New Issue