![]() |
Fast user authentification
For a vb 3.8.x programming project, I need a page to load very quickly.
Loading the whole forum with PHP Code:
So instead, I wanted to load the user's data (I only need the username!) using the cookie information. The query would look like this: Code:
SELECT u.username FROM vb_user as u, The hashed password in the cookie does not match the password that is stored in the database. I specifically checked it for my own account. The password in the cookie does not match the password in the vb_user table. Why don't they match? How else can I quickly authenticate a user without loading the whole forum? |
Quote:
PHP Code:
see function verify_authentication() includes/funtions_login.php. |
Kh99, is correct. Haven't check how vb salts its passwords, but they do add a salt to the password.
|
Thanks, Kh99. That was helpful.
|
All times are GMT. The time now is 12:31 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|