You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.5 KiB
26 lines
1.5 KiB
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Change_password.aspx.cs" Inherits="SCP.Change_password" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<p>请修改密码,新密码必须包含数字加大小写字母和特殊英文符号~!@#$%^&*_中的一个且不能少于8位!</p>
|
|
<div class="name" runat="server" id="div_4" style="visibility:hidden" >
|
|
<label id="lb_PwdNew" runat="server">新密码</label><input type="text" runat="server" class="text" id="textPassword1" placeholder="最少8位须包含大小写字母数字特殊符号" name="textPassword1" tabindex="6"/>
|
|
</div>
|
|
<div style="visibility:hidden" runat="server" id="div_5" class="name">
|
|
<label id="lb_PwdConf" runat="server">确认新密码</label><input type="text" runat="server" class="text" id="textConfim" placeholder="最少8位须包含大小写字母数字特殊符号" name="textConfim" tabindex="7"/>
|
|
</div>
|
|
<div id="Button4" style="float : right;">
|
|
<asp:Button ID="btn_Login" class ="submit" runat="server" Text="保存" style="height:25px" OnClick="btnSubmit_Click" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|