5 references to UserNameInternal
System.Web (5)
UI\WebControls\CreateUserWizard.cs (5)
1766if (!String.IsNullOrEmpty(UserNameInternal)) { 1769userNameTextBox.Text = UserNameInternal; 2118provider.CreateUser(UserNameInternal, PasswordInternal, EmailInternal, QuestionInternal, AnswerInternal, !DisableCreatedUser /*isApproved*/, null, out status); 2124LoginUtil.SendPasswordMail(EmailInternal, UserNameInternal, PasswordInternal, MailDefinition, 2182System.Web.Security.FormsAuthentication.SetAuthCookie(UserNameInternal, false);