473,397 Members | 2,033 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,397 software developers and data experts.

2.0 Controlling password complexity in Membership

Hi

How do I control the password complexity for users registering themselves in
a webapp using Membership?

From http://beta.asp.net/QUICKSTART/aspne...embership.aspx

"Note that by default, the Membership feature requires passwords to be at
least seven characters long, and the password must contain at least one
non-alphanumeric character."

--- by default ---

Does this mean that there is some way of specifying stricter or more relaxed
rules for password complexity? And if so, how?
Nov 19 '05 #1
3 1962
Validation controls are used to determine if the length and composition of a
password are valid or not.

Google: "validation controls"+"asp.net 2.0"

--
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Morgan Roderick" <Morgan Ro******@discussions.microsoft.com> wrote in
message news:0E**********************************@microsof t.com...
Hi

How do I control the password complexity for users registering themselves
in
a webapp using Membership?

From http://beta.asp.net/QUICKSTART/aspne...embership.aspx

"Note that by default, the Membership feature requires passwords to be at
least seven characters long, and the password must contain at least one
non-alphanumeric character."

--- by default ---

Does this mean that there is some way of specifying stricter or more
relaxed
rules for password complexity? And if so, how?

Nov 19 '05 #2
The builtin controls are using methods in Membership to control whether or
not a password is valid. They do not themselves contain the algorithms for
determining validity of passwords.

What I am after is a way of instructing Membership to use a different set of
rules for checking password complexity.

"clintonG" wrote:
Validation controls are used to determine if the length and composition of a
password are valid or not.

Google: "validation controls"+"asp.net 2.0"

Nov 19 '05 #3
I didn't understand that. Thank you for making the distinction.

<%= Clinton Gallagher

"Morgan Roderick" <Mo************@discussions.microsoft.com> wrote in
message news:27**********************************@microsof t.com...
The builtin controls are using methods in Membership to control whether or
not a password is valid. They do not themselves contain the algorithms for
determining validity of passwords.

What I am after is a way of instructing Membership to use a different set
of
rules for checking password complexity.

"clintonG" wrote:
Validation controls are used to determine if the length and composition
of a
password are valid or not.

Google: "validation controls"+"asp.net 2.0"

Nov 19 '05 #4

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

Similar topics

1
by: Henry Lee | last post by:
Hi, Our user complain about the strong password setting makes them hard to remember for ASP 2.0 web. Is there anyway to disable the setting which requires users must use strong password like #$%...
1
by: jake | last post by:
Hi. I am building web apps in visual web developer 2005 express and SQL 2005 express. Users have complained about the strong password policy, so I would like to change it to somthing like at least...
2
by: Tor Inge Rislaa | last post by:
Where do I control the requirement of my website passwords? I am using the Web Site Administration Tool to define the roles of the users, but I can't find a place to determine the minimum length of...
5
by: John | last post by:
Hi I am trying to set a new password using the following code; Dim u As MembershipUser = Membership.GetUser(UserName) Dim OldPassword As String OldPassword = u.GetPassword If...
5
by: Afshar | last post by:
Hi everybody there, I have a special Login page that wants users to enter 3 passwords rather than a single password. But can't do it with Login control. I tried following scenarios: 1. Put an...
4
by: Jon Paal | last post by:
when user loses their password, the membership module emails a new password , the format is very complex. how can I set the format to be simple alphanumeric - say 7 characters long ?
1
by: Ben | last post by:
Hi, When an anonymous user has created an new account (with the CreateUserWizard control), i want to let asp.net generate a password and to send it to the address of the email provided by the...
3
by: =?Utf-8?B?QXhlbCBEYWhtZW4=?= | last post by:
Hi, we've got a strange problem here: We've created an ASP.NET 2.0 web application using Membership.ValidateUser() to manually authenticate users with our website. The problem is: If the...
0
by: Jonathan Boivin | last post by:
If I could give an advice on your method, in fact, what I would do.. is : Generate a password with your lower security set of characters. Then upper case randomizally some letters and finally...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.