<% @Page Language="C#" Debug="false" ResponseEncoding="utf-8" ContentType="text/xml" %> <% @Import Namespace="System " %> <% @Import Namespace="System.Security" %> <% @Import Namespace="Microsoft.TerminalServices.Publishing.Portal.FormAuthentication" %> <% @Import Namespace="Microsoft.TerminalServices.Publishing.Portal" %> <%=L_RenderFailTitle_Text%>

<%=L_RenderFailTitle_Text%>

<%=L_RenderFailP1_Text%>

<%=L_RenderFailP2_Text%>

<%=L_RenderFailP3_Text%>

<% strErrorMessageRowStyle = "style=\"display:none\""; if ( bGenericFailure == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <% strErrorMessageRowStyle = "style=\"display:none\""; if (bPasswordBlankFailure == true) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bComplexityFailure == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <% strErrorMessageRowStyle = "style=\"display:none\""; if (bPasswordMismatchFailure == true) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bSuccess == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bFailedLogon == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <% strButtonsRowStyle = "style=\"display:none\""; if ( bSuccess == false ) { strButtonsRowStyle = "style=\"display:\""; } %> >
 
<%=L_DomainUserNameLabel_Text%>
<%=L_OldPasswordLabel_Text%>
<%=L_NewPasswordLabel_Text%>
<%=L_ConfirmNewPasswordLabel_Text%>
 
<%=L_PasswordChangeGenericFailure_Text%>
 
<%=L_BlankPasswordFailureLabel_Text%>
 
<%=L_ComplexityFailureLabel_Text%>
 
<%=L_NewPasswordsDontMatchLabel_Text%>
 
<%=L_PasswordChangedLabel_Text%>
 
 
<%=L_LogonFailureLabel_Text%>