Groups | Blog | Home
all groups > asp.net > february 2006 >

asp.net : Username and Password


blackstaronline.net
2/17/2006 3:59:26 PM
For ease of use I always use email address as the username and a
minimum of 8 charactor password. I always state that its best to use a
combination of letters, numbers, and special characters too (!, $,
etc.).

Hope this helps,
Jeremy Reid
http://blackstaronline.net/hgtit
Miguel Dias Moura
2/17/2006 11:55:18 PM
Hello,

I need to set a basic format for the usernames and passwords in my web
site.
Basically, I need to know what should be the minimum requirements for
having a good security level.
Something like having a password with a minimum of 8 letters (6 letters
and 2 numbers). This is just an example.

Anyway, I need some advice on the format to use and help on how to
create a regular expression.

Thanks,
Miguel
Kris
2/18/2006 12:10:34 AM
Hi Miguel,

Use the below link for example on how to create password reqular
expression.

http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref27/html/P_System_Web_UI_WebControls_ChangePassword_NewPasswordRegularExpression.asp

Cheers,
Kris
AddThis Social Bookmark Button