Quote:
Originally Posted by Spybot S&D
Yeah, I want my board to have enhanced security, so I was wondering if someone could make me this mod?
All it has to do is force every user to have X numbers and Y letters, and Z characters when choosing a password 
|
Actually that would not realy enhance security. You will either need to sent the plain text pasword to the server in order to check it (decreased security), or you will need to write a JavaScript script that check this on the client side before the password is hashed. Adding more JS is taking the risk of security issues thru this JavaScript. Also it would not work for users with JS disabled.