201 references to LoginUtil
System.Web (201)
UI\WebControls\ChangePassword.cs (40)
1713MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 2008string userName = LoginUtil.GetUserName(this); 2063LoginUtil.SendPasswordMail(email, userName, newPassword, MailDefinition, /*defaultSubject*/ null, 2244LoginUtil.ApplyStyleToLiteral(container.Title, ChangePasswordTitleText, TitleTextStyle, true); 2245LoginUtil.ApplyStyleToLiteral(container.Instruction, InstructionText, InstructionTextStyle, true); 2246LoginUtil.ApplyStyleToLiteral(container.UserNameLabel, UserNameLabelText, LabelStyle, false); 2247LoginUtil.ApplyStyleToLiteral(container.CurrentPasswordLabel, PasswordLabelText, LabelStyle, false); 2248LoginUtil.ApplyStyleToLiteral(container.NewPasswordLabel, NewPasswordLabelText, LabelStyle, false); 2249LoginUtil.ApplyStyleToLiteral(container.ConfirmNewPasswordLabel, ConfirmNewPasswordLabelText, LabelStyle, false); 2250LoginUtil.ApplyStyleToLiteral(container.PasswordHintLabel, PasswordHintText, PasswordHintStyle, false); 2472LoginUtil.SetTableCellStyle(createUserLink, hyperLinkStyleExceptFont); 2482LoginUtil.SetTableCellVisible(helpPageLink, true); 2485LoginUtil.SetTableCellVisible(helpPageLink, false); 2490LoginUtil.SetTableCellStyle(failureTextLabel, FailureTextStyle); 2491LoginUtil.SetTableCellVisible(failureTextLabel, true); 2494LoginUtil.SetTableCellVisible(failureTextLabel, false); 2536LoginUtil.ApplyStyleToLiteral(container.Title, SuccessTitleText, _titleTextStyle, true); 2537LoginUtil.ApplyStyleToLiteral(container.SuccessTextLabel, SuccessText, _successTextStyle, true); 2557LoginUtil.SetTableCellStyle(editProfileLink, hyperLinkStyleExceptFont); 2566LoginUtil.SetTableCellVisible(editProfileLink, editProfileVisible || editProfileIconVisible); 2703r = new LoginUtil.DisappearingTableRow(); 2711r = new LoginUtil.DisappearingTableRow(); 2717r = new LoginUtil.DisappearingTableRow(); 2727r = new LoginUtil.DisappearingTableRow(); 2735Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2758internal sealed class SuccessContainer : LoginUtil.GenericContainer<ChangePassword>, INonBindingContainer { 3007r = new LoginUtil.DisappearingTableRow(); 3015r = new LoginUtil.DisappearingTableRow(); 3024r = new LoginUtil.DisappearingTableRow(); 3040r = new LoginUtil.DisappearingTableRow(); 3055r = new LoginUtil.DisappearingTableRow(); 3070r = new LoginUtil.DisappearingTableRow(); 3079r = new LoginUtil.DisappearingTableRow(); 3094r = new LoginUtil.DisappearingTableRow(); 3103r = new LoginUtil.DisappearingTableRow(); 3113r = new LoginUtil.DisappearingTableRow(); 3121r = new LoginUtil.DisappearingTableRow(); 3135r = new LoginUtil.DisappearingTableRow(); 3155Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 3184internal sealed class ChangePasswordContainer : LoginUtil.GenericContainer<ChangePassword>, INonBindingContainer {
UI\WebControls\CreateUserWizard.cs (24)
1402return LoginUtil.GetProvider(MembershipProvider).RequiresQuestionAndAnswer; 1815LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.Title, CreateUserStep.Title, TitleTextStyle, true); 1816LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.InstructionLabel, InstructionText, InstructionTextStyle, true); 1817LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.UserNameLabel, UserNameLabelText, LabelStyle, false); 1818LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.PasswordLabel, PasswordLabelText, LabelStyle, false); 1819LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.ConfirmPasswordLabel, ConfirmPasswordLabelText, LabelStyle, false); 1823LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.PasswordHintLabel, PasswordHintText, PasswordHintStyle, false); 1832LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.EmailLabel, EmailLabelText, LabelStyle, false); 1862LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.QuestionLabel, QuestionLabelText, LabelStyle, false); 1866LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.AnswerLabel, AnswerLabelText, LabelStyle, false); 1993LoginUtil.SetTableCellVisible(helpPageLink, helpPageTextVisible || helpPageIconVisible); 2000LoginUtil.SetTableCellStyle(helpPageLink, hyperLinkStyleExceptFont); 2009LoginUtil.SetTableCellStyle(errorMessageLabel, ErrorMessageStyle); 2010LoginUtil.SetTableCellVisible(errorMessageLabel, true); 2012LoginUtil.SetTableCellVisible(errorMessageLabel, false); 2018LoginUtil.ApplyStyleToLiteral(_completeStepContainer.SuccessTextLabel, CompleteSuccessText, _completeSuccessTextStyle, true); 2060LoginUtil.ApplyStyleToLiteral(_completeStepContainer.Title, CompleteStep.Title, _titleTextStyle, true); 2076LoginUtil.SetTableCellStyle(editProfileLink, hyperLinkStyleExceptFont); 2089LoginUtil.SetTableCellVisible(editProfileLink, editProfileVisible || editProfileIconVisible); 2109MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 2124LoginUtil.SendPasswordMail(EmailInternal, UserNameInternal, PasswordInternal, MailDefinition, 2178MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 2335TableRow row = new LoginUtil.DisappearingTableRow(); 2479LoginUtil.SetTableCellVisible(errorMessageLabel, true);
UI\WebControls\FormView.cs (1)
2551return LoginUtil.ModifiedOuterTableBasicStylePropertyName(this);
UI\WebControls\login.cs (53)
1114MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 1457LoginUtil.SetTableCellStyle(title, TitleTextStyle); 1459LoginUtil.SetTableCellVisible(title, true); 1462LoginUtil.SetTableCellVisible(title, false); 1470LoginUtil.SetTableCellStyle(instruction, InstructionTextStyle); 1472LoginUtil.SetTableCellVisible(instruction, true); 1475LoginUtil.SetTableCellVisible(instruction, false); 1483LoginUtil.SetTableCellStyle(userNameLabel, LabelStyle); 1515LoginUtil.SetTableCellStyle(passwordLabel, LabelStyle); 1544LoginUtil.SetTableCellStyle(rememberMeCheckBox, CheckBoxStyle); 1546LoginUtil.SetTableCellVisible(rememberMeCheckBox, true); 1549LoginUtil.SetTableCellVisible(rememberMeCheckBox, false); 1655LoginUtil.SetTableCellStyle(createUserLink, hyperLinkStyleExceptFont); 1663LoginUtil.SetTableCellVisible(helpPageLink, true); 1666LoginUtil.SetTableCellVisible(helpPageLink, false); 1671LoginUtil.SetTableCellStyle(failureTextLabel, FailureTextStyle); 1672LoginUtil.SetTableCellVisible(failureTextLabel, true); 1675LoginUtil.SetTableCellVisible(failureTextLabel, false); 1713LoginUtil.SetTableCellVisible(container.RememberMeCheckBox, DisplayRememberMe); 1899r = new LoginUtil.DisappearingTableRow(); 1907r = new LoginUtil.DisappearingTableRow(); 1915r = new LoginUtil.DisappearingTableRow(); 1953r = new LoginUtil.DisappearingTableRow(); 1960r = new LoginUtil.DisappearingTableRow(); 1976Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 1994r = new LoginUtil.DisappearingTableRow(); 2002r = new LoginUtil.DisappearingTableRow(); 2010r = new LoginUtil.DisappearingTableRow(); 2026r = new LoginUtil.DisappearingTableRow(); 2049r = new LoginUtil.DisappearingTableRow(); 2056r = new LoginUtil.DisappearingTableRow(); 2072Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2090r = new LoginUtil.DisappearingTableRow(); 2098r = new LoginUtil.DisappearingTableRow(); 2106r = new LoginUtil.DisappearingTableRow(); 2121r = new LoginUtil.DisappearingTableRow(); 2136r = new LoginUtil.DisappearingTableRow(); 2143r = new LoginUtil.DisappearingTableRow(); 2151r = new LoginUtil.DisappearingTableRow(); 2161r = new LoginUtil.DisappearingTableRow(); 2177Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2195r = new LoginUtil.DisappearingTableRow(); 2202r = new LoginUtil.DisappearingTableRow(); 2209r = new LoginUtil.DisappearingTableRow(); 2218r = new LoginUtil.DisappearingTableRow(); 2225r = new LoginUtil.DisappearingTableRow(); 2234r = new LoginUtil.DisappearingTableRow(); 2241r = new LoginUtil.DisappearingTableRow(); 2247r = new LoginUtil.DisappearingTableRow(); 2254r = new LoginUtil.DisappearingTableRow(); 2263r = new LoginUtil.DisappearingTableRow(); 2278Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2307internal sealed class LoginContainer : LoginUtil.GenericContainer<Login> {
UI\WebControls\LoginName.cs (1)
61return LoginUtil.GetUserName(this);
UI\WebControls\LoginUtil.cs (4)
31LoginUtil.SetTableCellStyle(literal, style); 37LoginUtil.SetTableCellVisible(literal, visible); 369LoginUtil.CopyBorderStyles(BorderTable, ControlStyle); 370LoginUtil.CopyStyleToInnerControl(LayoutTable, ControlStyle);
UI\WebControls\LoginView.cs (1)
361IPrincipal user = LoginUtil.GetUser(this);
UI\WebControls\PasswordRecovery.cs (77)
1153MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 1195LoginUtil.SendPasswordMail(email, user.UserName, password, MailDefinition, 1225MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 1263LoginUtil.SendPasswordMail(email, user.UserName, password, MailDefinition, 1518MembershipProvider provider = LoginUtil.GetProvider(MembershipProvider); 1780LoginUtil.SetTableCellStyle(title, TitleTextStyle); 1782LoginUtil.SetTableCellVisible(title, true); 1785LoginUtil.SetTableCellVisible(title, false); 1793LoginUtil.SetTableCellStyle(instruction, InstructionTextStyle); 1795LoginUtil.SetTableCellVisible(instruction, true); 1798LoginUtil.SetTableCellVisible(instruction, false); 1806LoginUtil.SetTableCellStyle(userNameLabel, LabelStyle); 1832LoginUtil.SetTableCellStyle(questionLabel, LabelStyle); 1857LoginUtil.SetTableCellStyle(answerLabel, LabelStyle); 1946LoginUtil.SetTableCellStyle(helpPageLink, hyperLinkStyleExceptFont); 1950LoginUtil.SetTableCellVisible(helpPageLink, true); 1953LoginUtil.SetTableCellVisible(helpPageLink, false); 1958LoginUtil.SetTableCellStyle(failureTextLabel, FailureTextStyle); 1959LoginUtil.SetTableCellVisible(failureTextLabel, true); 1962LoginUtil.SetTableCellVisible(failureTextLabel, false); 1986LoginUtil.SetTableCellStyle(successTextLabel, _successTextStyle); 1988LoginUtil.SetTableCellVisible(successTextLabel, true); 1991LoginUtil.SetTableCellVisible(successTextLabel, false); 2030LoginUtil.SetTableCellStyle(title, TitleTextStyle); 2032LoginUtil.SetTableCellVisible(title, true); 2035LoginUtil.SetTableCellVisible(title, false); 2043LoginUtil.SetTableCellStyle(instruction, InstructionTextStyle); 2045LoginUtil.SetTableCellVisible(instruction, true); 2048LoginUtil.SetTableCellVisible(instruction, false); 2056LoginUtil.SetTableCellStyle(userNameLabel, LabelStyle); 2144LoginUtil.SetTableCellStyle(helpPageLink, hyperLinkStyleExceptFont); 2148LoginUtil.SetTableCellVisible(helpPageLink, true); 2151LoginUtil.SetTableCellVisible(helpPageLink, false); 2156LoginUtil.SetTableCellStyle(failureTextLabel, FailureTextStyle); 2157LoginUtil.SetTableCellVisible(failureTextLabel, true); 2160LoginUtil.SetTableCellVisible(failureTextLabel, false); 2332r = new LoginUtil.DisappearingTableRow(); 2340r = new LoginUtil.DisappearingTableRow(); 2348r = new LoginUtil.DisappearingTableRow(); 2359r = new LoginUtil.DisappearingTableRow(); 2370r = new LoginUtil.DisappearingTableRow(); 2385r = new LoginUtil.DisappearingTableRow(); 2393r = new LoginUtil.DisappearingTableRow(); 2403r = new LoginUtil.DisappearingTableRow(); 2411Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2429r = new LoginUtil.DisappearingTableRow(); 2436r = new LoginUtil.DisappearingTableRow(); 2443r = new LoginUtil.DisappearingTableRow(); 2449r = new LoginUtil.DisappearingTableRow(); 2455r = new LoginUtil.DisappearingTableRow(); 2461r = new LoginUtil.DisappearingTableRow(); 2467r = new LoginUtil.DisappearingTableRow(); 2476r = new LoginUtil.DisappearingTableRow(); 2483r = new LoginUtil.DisappearingTableRow(); 2490r = new LoginUtil.DisappearingTableRow(); 2499r = new LoginUtil.DisappearingTableRow(); 2506Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2542TableRow r = new LoginUtil.DisappearingTableRow(); 2550Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2645r = new LoginUtil.DisappearingTableRow(); 2653r = new LoginUtil.DisappearingTableRow(); 2661r = new LoginUtil.DisappearingTableRow(); 2676r = new LoginUtil.DisappearingTableRow(); 2684r = new LoginUtil.DisappearingTableRow(); 2694r = new LoginUtil.DisappearingTableRow(); 2702Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2720r = new LoginUtil.DisappearingTableRow(); 2727r = new LoginUtil.DisappearingTableRow(); 2734r = new LoginUtil.DisappearingTableRow(); 2743r = new LoginUtil.DisappearingTableRow(); 2750r = new LoginUtil.DisappearingTableRow(); 2757r = new LoginUtil.DisappearingTableRow(); 2766r = new LoginUtil.DisappearingTableRow(); 2773Table table2 = LoginUtil.CreateChildTable(_owner.ConvertingToTemplate); 2801internal sealed class QuestionContainer : LoginUtil.GenericContainer<PasswordRecovery>, INonBindingContainer { 2988internal sealed class SuccessContainer : LoginUtil.GenericContainer<PasswordRecovery>, INonBindingContainer { 3018internal sealed class UserNameContainer : LoginUtil.GenericContainer<PasswordRecovery>, INonBindingContainer {