H
Henrik
Hi all,
I'm quite new to the securit system of ASP .Net and I have a question
regarding the requriements on the password a user supplies.
On the web site I'm currently working on there ara two groups of users I
need to authenticate. One is the registered users and the other is the
registered contributors. I would like to have different password requirements
depending on the type of user.
The demand for high security is much higher on the contributor so I would
like to force them to use 8 character password with at least 2 non
alphanumerical characters
The registered users only register to get a newsletter and thus is there
less need for high security for those users. I would like them to be able to
specify a 6 character password.
How can I obtain this functionality? Is there any support for this?
I know that I can set the minimum password length and the minimum number of
non alpha numeric characters in the properties of the Membership provider.
Can I use different providers depending on the role the user tries to
register for?
Any suggestions would be apprechiated
Thank you
/ Henrik
I'm quite new to the securit system of ASP .Net and I have a question
regarding the requriements on the password a user supplies.
On the web site I'm currently working on there ara two groups of users I
need to authenticate. One is the registered users and the other is the
registered contributors. I would like to have different password requirements
depending on the type of user.
The demand for high security is much higher on the contributor so I would
like to force them to use 8 character password with at least 2 non
alphanumerical characters
The registered users only register to get a newsletter and thus is there
less need for high security for those users. I would like them to be able to
specify a 6 character password.
How can I obtain this functionality? Is there any support for this?
I know that I can set the minimum password length and the minimum number of
non alpha numeric characters in the properties of the Membership provider.
Can I use different providers depending on the role the user tries to
register for?
Any suggestions would be apprechiated
Thank you
/ Henrik