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