There is no option to set password min or max length. There's a mod to check minimum length but it's for vb4.
If you can deal with javascript at all, if you look at the register template there's a javascript function verify_passwords() that checks to make sure that the two password fields match. I think you could add a few lines to that to check password min and max length. Of course that could be bypassed if a user really wanted to, so you really should check on the server side as well (on the other hand if someone wants to mess around like that and then they can't log in to the gameserver, they kind of brought in on themselves).
|