<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../Site.xsl"?>
<?xml-stylesheet type="text/css" href="../RenderFail.css"?>

<RDWAPage 
    helpurl="http://go.microsoft.com/fwlink/?LinkId=141038" 
    workspacename="Work&#32;Resources" 
    baseurl="https://rds-gateway.cloudloginportal.com/RDWeb/Pages/en-US/"
    >
  <RenderFailureMessage>
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=unicode"/>
            <title>Error: Unable to display RD Web Access</title>
        </head>
        <body>
            <h1>Error: Unable to display RD Web Access</h1>
            <p>An unexpected error has occurred that is preventing this page from being displayed correctly.</p>
            <p>Viewing this page in Internet Explorer with the Enhanced Security Configuration enabled can cause such an error.</p>
            <p>Please try loading this page without the Enhanced Security Configuration enabled. If this error continues to be displayed, please contact your administrator.</p>
        </body>
    </html> 
  </RenderFailureMessage>

  <HTMLMainContent>
  
      <form id="FrmLogin" name="FrmLogin" action="password.aspx" method="post">

        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0">

            <tr>
            <td height="20">&#160;</td>
            </tr>

            <tr>
            <td>
                <table width="350" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td width="180" align="right">Domain\user name:</td>
                    <td width="7"></td>
                    <td align="right">
                    <input name="DomainUserName" type="text" id="DomainUserName" class="textInputField" size="25" autocomplete="off" />
                    </td>
                </tr>
                </table>
            </td>
            </tr>

            <tr>
            <td height="7"></td>
            </tr>

            <tr>
            <td>
                <table width="350" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td width="180" align="right">Current password:</td>
                    <td width="7"></td>
                    <td align="right">
                    <input name="UserPass" type="password" id="UserPass" class="textInputField" size="25" autocomplete="off" />
                    </td>
                </tr>
                </table>
            </td>
            </tr>

            <tr>
            <td height="7"></td>
            </tr>

            <tr>
            <td>
                <table width="350" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td width="180" align="right">New password:</td>
                    <td width="7"></td>
                    <td align="right">
                    <input name="NewUserPass" type="password" id="NewUserPass" class="textInputField" size="25" autocomplete="off" />
                    </td>
                </tr>
                </table>
            </td>
            </tr>
            
            <tr>
            <td height="7"></td>
            </tr>

            <tr>
            <td>
                <table width="350" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td width="180" align="right">Confirm new password:</td>
                    <td width="7"></td>
                    <td align="right">
                    <input name="ConfirmNewUserPass" type="password" id="ConfirmNewUserPass" class="textInputField" size="25" autocomplete="off" />
                    </td>
                </tr>
                </table>
            </td>
            </tr>
            
    
            <tr id="tr4" style="display:none" >
            <td>
                <table>
                <tr>
                    <td height="20">&#160;</td>
                </tr>
                <tr>
                    <td><span class="wrng">Your password cannot be changed. Please contact your administrator for assistance.</span></td>
                </tr>
                </table>
            </td>
            </tr>

    
            <tr id="tr2" style="display:none" >
            <td>
                <table>
                <tr>
                    <td height="20">&#160;</td>
                </tr>
                <tr>
                    <td><span class="wrng">Please enter a new password.</span></td>
                </tr>
                </table>
            </td>
            </tr>

    
            <tr id="tr5" style="display:none" >
            <td>
                <table>
                <tr>
                    <td height="20">&#160;</td>
                </tr>
                <tr>
                    <td><span class="wrng">Your new password does not meet the length, complexity, or history requirements of your domain. Try choosing a different new password.</span></td>
                </tr>
                </table>
            </td>
            </tr>
    
    
            <tr id="tr3" style="display:none" >
            <td>
                <table>
                <tr>
                    <td height="20">&#160;</td>
                </tr>
                <tr>
                    <td><span class="wrng">The entered passwords do not match.</span></td>
                </tr>
                </table>
            </td>
            </tr>

    
            <tr id="tr1" style="display:none" >
            <td>
                <table align = "center">
                <tr>
                    <td height="20">&#160;</td>
                </tr>
                <tr>
                    <td><span class="wrng">Your password has been successfully changed.</span></td>
                </tr>
                <tr>
                    <td height="10">&#160;</td>
                </tr>
                <tr>
                    <td align = "center"><input type="button" class="formButton" id="OK" value="OK" onClick="window.location='login.aspx'"/></td>
                </tr>  

                </table>
            </td>
            </tr>

    
            <tr id="trErrorIncorrectCredentials" style="display:none" >
            <td>
                <table>
                <tr>
                    <td height="20">&#160;</td>
                </tr>
                <tr>
                    <td><span class="wrng">The user name or password that you entered is not valid. Try typing it again.</span></td>
                </tr>
                </table>
            </td>
            </tr>

    
            <tr>
            <td height="20">&#160;</td>
            </tr>


<tr id="trButtons" style="display:" >
            <td align="right"><a id="passwordrulesbutton" class="formButton" onclick="showpasswordrules()" style="background: #b4adac">Show password rules</a> <label><input type="submit" class="formButton" id="btnSignIn" value="Submit" /></label><label><input type="hidden" class="formButton" id="Cancel" value="Cancel" onClick="window.location='login.aspx'"/></label>
            </td>
            </tr>


            <tr>
            <td height="30">&#160;</td>
            </tr>


            <tr>
            <td height="30">&#160;</td>
            </tr>

<script>
function showpasswordrules(){
document.getElementById("passwordrules").style.display = '';
document.getElementById("passwordrulesbutton").style.display = 'none';
}
</script>

            <tr>
            <td id="passwordrules" style="display:none">
<h3>Password requirments</h3>
<p>Passwords may not contain parts of the user's samAccountName (Account Name) value, username or entire displayName (Full Name value). Both checks are not case sensitive.</p>
<p>The password contains characters from three of the following categories:
<ul>
<li>Uppercase letters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters)</li>
<li>Lowercase letters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters)</li>
<li>Base 10 digits (0 through 9)</li>
<li>Non-alphanumeric characters (special characters) (for example, !, $, #, %)</li>
<li>Any Unicode character that is categorized as an alphabetic character but is not uppercase or lowercase. This includes Unicode characters from Asian languages.</li>
<li>Minumum length 7 characters</li>
</ul>
</p>
<p>The password history value is 24.</p>
<p>Password history determines the number of unique new passwords a user must use before an old password can be reused.</p>





		</td>
            </tr>




			 <tr>
            <td height="20" class="clp_back"><a href="https://www.cloudloginportal.com">&#60;&#60;Back</a></td>
            </tr>
        </table>

      </form>

  
  </HTMLMainContent>
</RDWAPage>
