Quote:
Originally Posted by parajsa
The same problem, is there any way to make this prob disappears?
Thank u in advanced,
|
Greetings,
I found out the way that the Supermoderators, dont have to know the security password, and can enter their Control Panel without any problem, just do the followin:
In the login.php
Replace this code:
Code:
$password2 = iif($logintype = 'cplogin', &$vb_login_password2, '');
with this one:
Code:
$password2 = iif($logintype === 'cplogin' OR $logintype === 'modcplogin', &$vb_login_password2, '');
It works perfectly on my bord