work mule
Senior Member
USA
1358 Posts |
Posted - 07 October 2003 : 12:36:37
|
This is in regards to passwords being checked for valid characters.
On register.asp, there is the following check:
if not IsValidString(trim(Request.Form("Password"))) then Err_Msg = Err_Msg & "<li>You may not use any of these chars in your password !#$%^&*()=+{}[]|\;:/?>,<' </li>" end if
However when looking in pop_profile.asp, there is no such check.
I just wanted to know if it should be in both files or not. Would the password need to be restricted in what characters are in it? I'm thinking it doesn't, but want to be sure. |
|