| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/Forms/ |
Upload File : |
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../Controls/uscStyleHeader.ascx" %> <%@ Page Language="vb" AutoEventWireup="false" Codebehind="failure.aspx.vb" Inherits="NETWebAdmin.Enterprise.failure"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>Authentication Failed</TITLE> <META name="ROBOTS" content="NOINDEX,NOFOLLOW"> <uc1:uscstyleheader id="UscStyleHeader1" runat="server"></uc1:uscstyleheader> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> </HEAD> <BODY BGCOLOR="#dfdfdf"> <FORM id="frmAuthenticationFailure" runat="server"> <CENTER> <BR> <H1>Authentication Failed</H1> <BR> <BR> <H2><asp:Label ID="lblReason" Runat="server"></asp:Label></H2> <BR> <DIV class="ME_StandardText">The user account and password that you entered was invalid either because the account does not exist or the password was incorrect.</DIV> <BR> <BR> <DIV class="ME_StandardText">You should also ensure that you system administrator has granted you with the necessary privileges for Web Administration.</DIV> <BR> </CENTER> <BR> <CENTER><DIV class="ME_StandardText">Please click <a href="login.aspx?UserID=<%= UserID %>" target="_top">HERE</a> to logon.</DIV> </CENTER> </FORM> </BODY> </HTML>