[#if loginSource??]
[#if loginSource=="needPerm"]
该文章需要会员登录后才能浏览!
[#elseif loginSource=="charge"]
该文章是收费文章,需要会员登录付费后才能浏览!
[/#if]
[/#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"/]
[#elseif error=="com.jeecms.common.security.InactiveException"]
[@s.m "error.userInActive"/]
[/#if]
[/#if]
[#if success??]
[#if success]
注册成功!
[/#if]
[/#if]
[#if (errorTimes??&&errorTimes<=0)||(errorRemaining?? && errorRemaining<=0)]
[/#if]