vBSEO File:config vbseo php/Reset Password
From VBSEO Wiki
[edit] Resetting the vBSEO Control Panel Password.
Have you forgotten your password to access your vBSEO control panel settings?
First you must locate your config_vbseo.php file. It will be located inside the includes folder that is in your main forum directory.
Go ahead and open the file and search for something similar to this:
// ****** CONFIG PANEL PASSWORD ******
define('VBSEO_ADMIN_PASSWORD', 'e7ea6f5be6c2d2d64538c7a6qwe87weas');
Yours will be the same except for the random string (e7ea6f5be6c2d2d64538c7a6qwe87weas).
Go ahead and remove that from the line so it now looks like this:
// ****** CONFIG PANEL PASSWORD ******
define('VBSEO_ADMIN_PASSWORD', '');
You can now re-upload the file to the web server. Be sure to CHMOD the file to 666 so you can add in your new password, but remember to CHMOD it back to 644 when you are finished.

