|
 |
 |
<#if error??>
<#if error=="org.apache.shiro.authc.IncorrectCredentialsException">
- <@s.m "error.invalidPassword"/>
<#elseif error=="org.apache.shiro.authc.UnknownAccountException">
- <@s.m "error.usernameNotExist"/>
<#elseif error=="com.jeecms.common.security.CaptchaErrorException">
- <@s.m "error.invalidCaptcha"/>
<#elseif error=="com.jeecms.common.security.DisabledException">
- <@s.m "error.userDisabled"/>
#if>
#if>
|
|
|