PDA

View Full Version : Password Parameters


dbaltes2152865
10-08-2009, 07:26 AM
I would like to define parameters for the password field and I am not sure how to go about this. Say eight characters, upper/lower case numbers. Thanks.

Jason Byrnes
10-08-2009, 10:53 AM
Use the Server Validations from validation toolkit on the registration form.

You can user Alpha Numeric validation to force the password to contains numbers and letters. And use Entry Length validation to force a minimum number of characters.