{{ t('Change Password') }}
@if (isLdapUser()) { {{ t('LDAP users need to change their password through the operating system or an LDAP account manager tool.') }} } @if (!isLdapUser()) {
{{ t('The password must consist of 6 alphanumeric characters and must contain at least one digit') }}
}
@if (!isLdapUser()) { }