📄 lostpass.asp
字号:
<!--#include file="conn.asp"-->
<!-- #include file="inc/const.asp" -->
<!--#include file="inc/char.asp"-->
<!--#include file="inc/email.asp"-->
<!--#include file="inc/theme.asp"-->
<!--#include file="md5.asp"-->
<%
dim founderr,errmsg
Founderr=false
stats="密码遗忘"
call nav()
call headline(1)
if founderr then
call error()
else
if request("action")="step1" then
call step1()
elseif request("action")="step2" then
call step2()
elseif request("action")="step3" then
call step3()
else
call main()
end if
if founderr then call error()
end if
call endline()
sub step1()
if request("username")="" then
Founderr=true
Errmsg=Errmsg+"<br>"+"<li>请输入您的用户名。"
exit sub
else
username=replace(request("username"),"'","")
end if
set rs=conn.execute("Select Quesion,Answer,Username from [user] where username='"&username&"'")
if rs.eof and rs.bof then
Founderr=true
Errmsg=Errmsg+"<br>"+"<li>您输入的用户名并不存在,请重新输入。"
else
if rs(0)="" or isnull(rs(0)) then
Founderr=true
Errmsg=Errmsg+"<br>"+"<li>该用户没有填写密码问题及答案,只有填写的用户方能继续。"
else
%>
<form action="lostpass.asp?action=step2" method="post">
<table cellpadding=0 cellspacing=0 border=0 width="<%=tablewidth%>" bgcolor=<%=Tablebackcolor%> align=center>
<tr>
<td>
<table cellpadding=6 cellspacing=1 border=0 width=100%>
<tr>
<td bgcolor=<%=Tabletitlecolor%> valign=middle colspan=2 align=center><font color="<%=TableFontColor%>">
<b>取回密码</b>(第二步:回答问题)</font></td></tr>
<tr>
<td bgcolor=<%=Tablebodycolor%> valign=middle><font color="<%=TableContentColor%>"><b>问
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -