Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 365391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T13:31:57+00:00 2026-05-12T13:31:57+00:00

When working with the the createuserwizard control, I found it always showed a select

  • 0

When working with the the createuserwizard control, I found
it always showed a “select a different password” message (in the example InvalidPasswordErrorMessage=”Parola trebuie sa contina minim 7 caractere.” ) when I try to add a
user. The passwordregularexpression property is empty by default, I also
tried to change it to some simple form like .{7,}, but nothing works…
I know that by default the password must have at least 7 characters and one of them must be alphanumeric etc… but how do I loosen up the password strength?
I have tried with
minRequiredPasswordLength=”1″
minRequiredNonalphanumericCharacters=”0″
and also tryed changing passwordStrengthRegularExpression and PasswordRegularExpression

 <asp:CreateUserWizard ID="CreateUserWizard" runat="server" 
        OnCreatedUser="CreateUserWizard_CreatedUser" 
        oncontinuebuttonclick="ContinueButton_Click" 
        EmailRegularExpression="^([\w-\.]+)@domain.com" 
        EmailRegularExpressionErrorMessage="Adresa de email trebuie sa fie numeutilizator@domain.com." 
        oncreatinguser="CreateUserWizard_CreatingUser" 
        ConfirmPasswordLabelText="Confirmarea parolei:" PasswordLabelText="Parola:" 
        UserNameLabelText="Nume utilizator:" 
        ConfirmPasswordCompareErrorMessage="Parola si confirmarea parolei trebuie sa coincida." 
        DuplicateEmailErrorMessage="Adresa de email introdusa este deja folosita. Va rugam introduceti alta adresa de email." 
        InvalidEmailErrorMessage="Va rugam introduceti o adresa de email valida." 
        InvalidPasswordErrorMessage="Parola trebuie sa contina minim 7 caractere." 
        PasswordRegularExpression=".{7,}" 
        PasswordRegularExpressionErrorMessage="Parola trebuie sa contina minim 7 caractere." 
        PasswordRequiredErrorMessage="Parola este obligatorie." 
        UserNameRequiredErrorMessage="Introducerea unui nume utilizator este obligatorie."
        maxInvalidPasswordAttempts="10"
        minRequiredPasswordLength="1"
        minRequiredNonalphanumericCharacters="0"
        passwordAttemptWindow="10"
        passwordStrengthRegularExpression=".{7,}"
        LoginCreatedUser="false" DisableCreatedUser="true"          
        MailDefinition-BodyFileName="/signupmail.txt" OnSendingMail="CreateUserWizard1_OnSendingMail" MailDefinition-Subject="Activate cont rotaract.ro" MailDefinition-IsBodyHtml="True">
        <WizardSteps>
            <asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">
            </asp:CreateUserWizardStep>
            <asp:CompleteWizardStep ID="CompleteWizardStep1" runat="server">
            </asp:CompleteWizardStep>
        </WizardSteps>
         <StartNavigationTemplate>
            <asp:Button ID="StartNextButton" runat="server" CommandName="MoveNext" Text="Next" />
        </StartNavigationTemplate>
    </asp:CreateUserWizard>

what am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T13:31:58+00:00Added an answer on May 12, 2026 at 1:31 pm

    Look for / add a section like this in your web.config within the <system.web> section:

        <membership defaultProvider="FrontEndMembers">
            <providers>
                <clear/>
                <add name="FrontEndMembers" type="System.Web.Security.SqlMembershipProvider" connectionStringName="MyDatabaseName" applicationName="/Website" requiresUniqueEmail="true" passwordFormat="Encrypted" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" enablePasswordReset="true" enablePasswordRetrieval="false" requiresQuestionAndAnswer="false"/>
            </providers>
        </membership>
    

    Emphasis on the minRequiredPasswordLength attribute

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 225k
  • Answers 225k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I think something like this could do the job: <xsl:stylesheet… May 13, 2026 at 1:01 am
  • Editorial Team
    Editorial Team added an answer Javascript is case-sensitive. Is it possible that you have your… May 13, 2026 at 1:01 am
  • Editorial Team
    Editorial Team added an answer There appears to be no viable solution to this problem.… May 13, 2026 at 1:01 am

Related Questions

In the past when working with databases I've found it necessary to do low-level
Greets, When working with DirectX, you get this nice header to #include called DxErr9.h
I have the following jquery function for filtering the contents of a listbox on
I have a product image class. This is an object with re-use potential for

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.