<#include "/jeecms_sys/head.html"/>
<#if returnUrl??> <#if processUrl??>
 
<#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 errorRemaining?? && errorRemaining<=0>
<@s.m "login.username"/>:
<@s.m "login.password"/>:
<@s.m "login.captcha"/>:
   
<#include "/common/alert_message.html"/>