I am trying to use the Personal website Template. I am working with the Web Application site at this point. However I am having some problems creating an acceptable Password. I keep getting this error code, (Password
length minimum: 7. Non-alphanumeric characters required: 1). I have tried many combination to no success. I have come to the conclusion that there must be something else that I am missing.
Any help with this matter would be greatly appreciated!
I have tried combinations like pipwax1 justin1P and many more correct me if I am wrong The tow passwords mentioned here should qualify as having meet the criteria.
I have tried combinations like pipwax1 justin1P and many more correct me if I am wrong The tow passwords mentioned here should qualify as having meet the criteria.
Try adding one of the following characters ! @ # $ % ^ & * ( ) _ + to what you have already entered.
Also the default settings for the Membership provider (it is what handles your login settings) is setup this way to offer a better level of security by making users enter a stronger password than most users would make.
Member
2 Points
45 Posts
Having a problem with the personal Website Template
Apr 05, 2008 02:06 PM|dpippen|LINK
All-Star
69278 Points
7977 Posts
Moderator
Re: Having a problem with the personal Website Template
Apr 05, 2008 02:41 PM|anas|LINK
hi
yes , this is the deafult membership settings... it doesnt allow a password less than 7 characcters.....
however , you can change this settings , in wen.config file , you can set the membership configuration as follows:
if you already have this settings , just add the following
if you want to store the password as clear text : passwordFormat="Clear"
to set the minimum required password length( this allow 1 cahracter password ) :minRequiredPasswordLength="1"
to set the number of minum allowed non alpha... ( this will make it unrequired at all) : minRequiredNonalphanumericCharacters="0"
Member
2 Points
45 Posts
Re: Having a problem with the personal Website Template
Apr 05, 2008 02:43 PM|dpippen|LINK
I have tried combinations like pipwax1 justin1P and many more correct me if I am wrong The tow passwords mentioned here should qualify as having meet the criteria.
Member
2 Points
45 Posts
Re: Having a problem with the personal Website Template
Apr 05, 2008 02:48 PM|dpippen|LINK
I am having trouble finding the wen.confg page. What file would that be under?
Star
7692 Points
1845 Posts
Re: Having a problem with the personal Website Template
Apr 05, 2008 03:27 PM|whighfield|LINK
Try adding one of the following characters ! @ # $ % ^ & * ( ) _ + to what you have already entered.
Also the default settings for the Membership provider (it is what handles your login settings) is setup this way to offer a better level of security by making users enter a stronger password than most users would make.
All-Star
69278 Points
7977 Posts
Moderator
Re: Having a problem with the personal Website Template
Apr 05, 2008 03:32 PM|anas|LINK
Hi
I Created a personal website , the Web.Config file Is directly located in the main website directory ...
you need to open that file ... and place the meberhip settings under <system.web > Node...
Member
2 Points
45 Posts
Re: Having a problem with the personal Website Template
Apr 06, 2008 03:07 PM|dpippen|LINK
Thanks a Million! That did the trick!