The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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.
|
![]() |
|
|