how to change password restriction in CreateUserWizard?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • André

    how to change password restriction in CreateUserWizard?

    Hi,

    I want to set up the password length to 5 and no non-alphanumeric
    chararcters required, and obviously change the error text in the
    CreateUserWizar d in case of wrong password, instead of the standard rule
    (Password length minimum: 7. Non-alphanumeric characters required: 1). Is
    that possible? I know the security is then lower, but it's all a matter of
    relationship between security and easyness.

    Thanks for help
    Dan


  • clintonG

    #2
    Re: how to change password restriction in CreateUserWizar d?

    We can change the alphanumeric password requirements in the web.config file
    membership provider settings [1]. For the most part the canned 2.0 controls
    have to be ripped apart to use their templates for other modifications.

    <%= Clinton Gallagher
    NET csgallagher AT metromilwaukee. com
    URL http://clintongallagher.metromilwaukee.com/
    MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h

    [1]



    "André" <svs@sdv.sdwrot e in message
    news:uNhCogGTHH A.3500@TK2MSFTN GP05.phx.gbl...
    Hi,
    >
    I want to set up the password length to 5 and no non-alphanumeric
    chararcters required, and obviously change the error text in the
    CreateUserWizar d in case of wrong password, instead of the standard rule
    (Password length minimum: 7. Non-alphanumeric characters required: 1). Is
    that possible? I know the security is then lower, but it's all a matter of
    relationship between security and easyness.
    >
    Thanks for help
    Dan
    >
    >

    Comment

    • Dan

      #3
      Re: how to change password restriction in CreateUserWizar d?

      Thanks

      "clintonG" <csgallagher@RE MOVETHISTEXTmet romilwaukee.com schreef in bericht
      news:uXcS$yHTHH A.5060@TK2MSFTN GP06.phx.gbl...
      We can change the alphanumeric password requirements in the web.config
      file membership provider settings [1]. For the most part the canned 2.0
      controls have to be ripped apart to use their templates for other
      modifications.
      >
      <%= Clinton Gallagher
      NET csgallagher AT metromilwaukee. com
      URL http://clintongallagher.metromilwaukee.com/
      MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
      >
      [1]

      >
      >
      "André" <svs@sdv.sdwrot e in message
      news:uNhCogGTHH A.3500@TK2MSFTN GP05.phx.gbl...
      >Hi,
      >>
      >I want to set up the password length to 5 and no non-alphanumeric
      >chararcters required, and obviously change the error text in the
      >CreateUserWiza rd in case of wrong password, instead of the standard rule
      >(Password length minimum: 7. Non-alphanumeric characters required: 1). Is
      >that possible? I know the security is then lower, but it's all a matter
      >of
      >relationship between security and easyness.
      >>
      >Thanks for help
      >Dan
      >>
      >>
      >
      >

      Comment

      • Dan

        #4
        Re: how to change password restriction in CreateUserWizar d?

        thanks

        "clintonG" <csgallagher@RE MOVETHISTEXTmet romilwaukee.com schreef in bericht
        news:uXcS$yHTHH A.5060@TK2MSFTN GP06.phx.gbl...
        We can change the alphanumeric password requirements in the web.config
        file membership provider settings [1]. For the most part the canned 2.0
        controls have to be ripped apart to use their templates for other
        modifications.
        >
        <%= Clinton Gallagher
        NET csgallagher AT metromilwaukee. com
        URL http://clintongallagher.metromilwaukee.com/
        MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
        >
        [1]

        >
        >
        "André" <svs@sdv.sdwrot e in message
        news:uNhCogGTHH A.3500@TK2MSFTN GP05.phx.gbl...
        >Hi,
        >>
        >I want to set up the password length to 5 and no non-alphanumeric
        >chararcters required, and obviously change the error text in the
        >CreateUserWiza rd in case of wrong password, instead of the standard rule
        >(Password length minimum: 7. Non-alphanumeric characters required: 1). Is
        >that possible? I know the security is then lower, but it's all a matter
        >of
        >relationship between security and easyness.
        >>
        >Thanks for help
        >Dan
        >>
        >>
        >
        >

        Comment

        Working...