The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Password must be different than username
How could I force this check in register.php ?
Should be better a simple template (javascript) modification or a full hack ? Tips ? Thank you very much |
#2
|
||||
|
||||
In register.php add:
Code:
if ($password == $username) { eval("standarderror(\"".gettemplate("error_passwordlikeusername")."\");"); exit; } Code:
// do add user |
#3
|
|||
|
|||
Perfect !!!
Thank you very much for this 50th hack ! Bye |
#4
|
|||
|
|||
Thanks firefly.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|