Server IP : 103.6.199.200 / Your IP : 3.149.214.223 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="PasswordRecoveryFinished.aspx.cs" Inherits="PasswordRecoveryFinished" %> <!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>Password Retrieve Success</title> <meta name="robots" content="noindex, nofollow" /> </head> <body> <form id="form1" runat="server"> <div style="width: 700px; margin: 50px auto auto auto;" class="ac"> <p class="fb"> Please check your email for the password retrieved. </p> <p> <br /> <a href="Login.aspx">Return to log in page</a> </p> </div> </form> </body> </html>