修改密码
<#if !messagesPerField.existsError('password','password-confirm') && message?has_content && !isAppInitiatedAction??>
${kcSanitize(message.summary)?no_esc}
#if>
至少包含数字、字符、小写字母、大写字母 字符范围:+_!@#$%^&*.,?
新密码:
<#if messagesPerField.existsError('password')> ${kcSanitize(messagesPerField.get('password'))?no_esc} #if>
确认新密码:
<#if messagesPerField.existsError('password-confirm')> ${kcSanitize(messagesPerField.get('password-confirm'))?no_esc} #if>
保存