The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Password length.
Is there anyway to set a minimum and maximum password length? I linked registrations to my vbulletin forums for my gameserver, and the game server has a check for 12 as the maximum password length and 3 as the minimum , if you can help me, would be appreciated!
|
#2
|
|||
|
|||
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). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|