Server IP : 103.6.199.200 / Your IP : 18.216.42.122 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/kmsjbcom/kmsjb.com/wwwroot/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ResetPassword.aspx.cs" Inherits="ResetPassword" %> <%@ Register Src="Components/Message.ascx" TagName="Message" TagPrefix="uc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Retrieve Password</title> <meta name="robots" content="noindex, nofollow" /> </head> <body> <form id="form1" runat="server"> <div style="width: 340px; margin: 50px auto auto auto; text-align: center;"> <h4> Retrieve Your Password Confirmation </h4> <p> Please click submit button to retrieve your password. </p> <uc1:Message ID="uxMessage" runat="server" /> <YL:AdvanceButton ID="uxResetPasswordButton" runat="server" Text="Submit" CssClassBegin="LoginButtonLeft fl w50 mgl135" CssClassEnd="LoginButtonRight" OnClickGoTo="None" CssClass="c2 fb" OnClick="uxResetPasswordButton_Click" /> </div> </form> </body> </html>