% @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%> <%=L_DomainUserNameLabel_Text%> <%=L_OldPasswordLabel_Text%> <%=L_NewPasswordLabel_Text%> <%=L_ConfirmNewPasswordLabel_Text%> <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bGenericFailure == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <%=L_PasswordChangeGenericFailure_Text%> <% strErrorMessageRowStyle = "style=\"display:none\""; if (bPasswordBlankFailure == true) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <%=L_BlankPasswordFailureLabel_Text%> <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bComplexityFailure == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <%=L_ComplexityFailureLabel_Text%> <% strErrorMessageRowStyle = "style=\"display:none\""; if (bPasswordMismatchFailure == true) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <%=L_NewPasswordsDontMatchLabel_Text%> <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bSuccess == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <%=L_PasswordChangedLabel_Text%> <% strErrorMessageRowStyle = "style=\"display:none\""; if ( bFailedLogon == true ) { strErrorMessageRowStyle = "style=\"display:\""; } %> > <%=L_LogonFailureLabel_Text%> <% strButtonsRowStyle = "style=\"display:none\""; if ( bSuccess == false ) { strButtonsRowStyle = "style=\"display:\""; } %> >
<%=L_RenderFailP1_Text%>
<%=L_RenderFailP2_Text%>
<%=L_RenderFailP3_Text%>