Log in

View Full Version : Custom User Options Page - Compare User Passwords!


Mko
08-05-2012, 02:29 PM
removed

kh99
08-05-2012, 03:37 PM
Look in includes/functions_login.php for function verify_authentication(), you should be able to call that to check the password. The versions I have also have an md5password_utf parameter which you don't seem to have, so I guess maybe you're using an older vb version? In any case, if yours has parameters setting cookies, you probably want those to be false.

Mko
08-05-2012, 04:00 PM
Look in includes/functions_login.php for function verify_authentication(), you should be able to call that to check the password. The versions I have also have an md5password_utf parameter which you don't seem to have, so I guess maybe you're using an older vb version? In any case, if yours has parameters setting cookies, you probably want those to be false.
Alright, thanks.
I'm using vBulletin 3.8.7 PL3 so you know :P

kh99
08-05-2012, 04:08 PM
Alright, thanks.
I'm using vBulletin 3.8.7 PL3 so you know :P

Oh...I guess I was looking at the wrong template. Doesn't matter, as long as it works.