<% if (abtype=="abnormal_noactive"){ %>
您好,您的账号<%=userInfo.username%>未激活,论坛发帖受限制,请通过邮箱
验证或绑定手机以激活您的账号!
<% }else if(abtype=="abnormal_bruteforce"){ %>
您好,系统检测到您的账号异常,可能已被盗号!
<% if (active==1){ %>
请重新激活账号并修改密码!
<% }else{ %>
请通过邮箱或手机来激活账号并修改密码!
<% } %>
<% }else if(abtype=="abnormal_admindeal"){ %>
您好,您的账号已被锁定,锁定原因:“<%=reason%>”
<% if (active==1){ %>
请通过邮箱验证或绑定手机以激活您的账号!
<% }else{ %>
请绑定邮箱或手机号码来解锁您的账号!
<% } %>
<% }else if(abtype=="abnormal_outside"){ %>
您好,系统检测您账号与多家网站账号泄露数据一致!
为保证账号安全,请解锁帐号并修改密码!
<% }else if(abtype=="abnormal_hacking"){ %>
您好,系统检测到您的账号异常,可能已被盗号!
<% if (active==1){ %>
请通过邮箱或手机来激活您的账号!
<% }else{ %>
请绑定邮箱或手机号码来解锁您的账号!
<% } %>
<% }else if(abtype=="abnormal_address"){ %>
您好,系统检测到您的账号登录地点异常,可能已被盗号!
<% if (active==1){ %>
请通过邮箱或手机来激活您的账号!
<% }else{ %>
请绑定邮箱或手机号码来解锁您的账号!
<% } %>
<% } %>
<% if (forced==0){ %>
暂不处理
<% } %>
<% if (active==1){ %>
<% if (userInfo.mobileActive==1 && userInfo.emailActive==1){ %>
<% if (forcebindphone==0){ %>
邮箱激活
或
<% } %>
手机激活
<% }else if(userInfo.mobileActive==1){ %>
手机激活
<% }else{ %>
邮箱激活
<% } %>
<% }else{ %>
<% if (forcebindphone==0){ %>
邮箱验证
或
<% } %>
绑定手机
<% } %>