[#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"/]
[#elseif error=="com.jeecms.common.security.UserUnCheckedException"]
[@s.m "error.userUnChecked"/]
[/#if]
[/#if]
[#if success??]
[#if success]
注册成功!
[/#if]
[/#if]