[#if user??]欢迎您: ${user.username}   ${user.group.name}   退出登录[#else] 游客您好,您还没有登录哦! 免费注册|登录[/#if]
[#if message??]
[#if message=="true"] 您必须登录后才能继续刚才的操作 [#else] ${message} [/#if]
[/#if] [#if processUrl??][/#if] [#if returnUrl??][#else][/#if] [#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] [#if success??] [#if success] 注册成功! [/#if] [/#if]
[#include "member_footer.html"/]