473,385 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

"Please enter a more secure.." error in Pet Shop 4.0

I installed the Pet Shop 4.0 app. However everytime I try to create a new
user, I get a "Please enter a more secure password" error. I tried all
kinds of passwords. I looked at the membership provider for SQL Server and
I don't see any settings for passwords.

So why is this error hapenning?
Also the link on MS's site to Pet Shop 4.0 is broken:
http://search.microsoft.com/results....+Shop+4&l=3&mk
t=en-US&FORM=QBME3

John Dalberg
Feb 27 '06 #1
2 2240
DWS
John,
You are really close to the answer good job in your research.
"AspNetSqlMembershipProvider" You can change the password settings in IIS by
clicking ASP.Net Configuration in properties of the web application or if
your using visual studio built in webserver you can modify the web.config
file yourself <membership><providers> The settings you probably want to
change are minRequiredPasswordLength and minRequiredNonalphanumericCharacters
(you need to put a !@#% into your password if this one isn't zero)

Good Luck
DWS

"John Dalberg" wrote:
I installed the Pet Shop 4.0 app. However everytime I try to create a new
user, I get a "Please enter a more secure password" error. I tried all
kinds of passwords. I looked at the membership provider for SQL Server and
I don't see any settings for passwords.

So why is this error hapenning?
Also the link on MS's site to Pet Shop 4.0 is broken:
http://search.microsoft.com/results....+Shop+4&l=3&mk
t=en-US&FORM=QBME3

John Dalberg

Feb 28 '06 #2
=?Utf-8?B?RFdT?= <DW*@discussions.microsoft.com> wrote:
John,
You are really close to the answer good job in your research.
"AspNetSqlMembershipProvider" You can change the password settings in
IIS by clicking ASP.Net Configuration in properties of the web
application or if your using visual studio built in webserver you can
modify the web.config file yourself <membership><providers> The settings
you probably want to change are minRequiredPasswordLength and
minRequiredNonalphanumericCharacters (you need to put a !@#% into your
password if this one isn't zero)
Thank you for your reply.
I used !@#% in my password and it worked. The question now is why did it
work? My previous workaround was to set 'autogeneratepassword' to true to
get around it.

My passwords attempts all satisfied the requirement of 7 min chars and 1
min non alpha so I am not sure why it kept complaining.

What's the difference between AspNetSqlMembershipProvider and
SQLMembershipProvider? The SQLMembershipProvider settings in web.config
didn't have any password requirements.

John Dalberg

"John Dalberg" wrote:
I installed the Pet Shop 4.0 app. However everytime I try to create a
new user, I get a "Please enter a more secure password" error. I tried
all kinds of passwords. I looked at the membership provider for SQL
Server and I don't see any settings for passwords.

So why is this error hapenning?
Also the link on MS's site to Pet Shop 4.0 is broken:
http://search.microsoft.com/results....+Pet+Shop+4&l=
3&mk t=en-US&FORM=QBME3

John Dalberg

Feb 28 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: EBG | last post by:
I have a simple email form on my site but getting screwy results because I know alot of users are hitting "enter" instead of tab when doing the form. When they hit enter the entire form is...
24
by: Apotheosis | last post by:
The problem professor gave us is: Write a program which reads two integer values. If the first is less than the second, print the message "up". If the second is less than the first, print the...
7
by: Doug Bell | last post by:
Hi, I have just built a small application with a form that has one Text Box and one Check Box and a couple of Command Buttons. What I am trying to achieve is that if the Text Box has focus and...
6
by: ineedahelp | last post by:
I have been working on trying to get some code to work in an ON CLICK EVENT. I am having trouble with the syntax of an SQL statement. The program was stopped without running to completion many...
0
by: 2Barter.net | last post by:
" Given BACK what was freely GIVEN " More options 2 messages - Expand all 2Barter.net View profile More options Dec 12, 9:48 pm Blessing Are Country
3
by: Darin | last post by:
I have a problem I just can't figure out. I have a form with a subform, and the recordsource of the subform has criteria based on some unbound fields in the parent form so that data in the parent...
5
by: CoderMarc | last post by:
Hi, I can not get the system pause to work in a simple program. Here is my program below: // i/o example #include <iostream> using namespace std; int main ()
3
by: Simon Verona | last post by:
Sorry for the repost, but this group seems to be more "active" than the group that I posted my question, and it's probably as valid here as there! I have a usercontrol, which contains a textbox...
3
by: myemail.an | last post by:
Hi all, I use Access 2007 and have come across this error a number of times. I have two tables (customer information) which should contain - ideally - the same data. I create a query to compare...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.