I need to know how I can change password for VBSEO.
This is a discussion on Can I change my vBSEO control panel password? within the General Discussion forums, part of the vBSEO SEO Plugin category; I need to know how I can change password for VBSEO ....
I need to know how I can change password for VBSEO.
If you are using vBSEO 3.5.x series, please follow these steps:
* First you must locate your vbseo/resources/xml/config.xml file.
* Download it to your PC, then open the file with a text editor and search for something similar to this:
<setting>
<name>VBSEO_ADMIN_PASSWORD</name>
<value>e7ea6f5be6c2d2d64538c7a6qwe87weas</value>
</setting>
* Yours will be the same except for the random string (e7ea6f5be6c2d2d64538c7a6qwe87weas).
* Remove that from the line so it now looks like this:
<setting>
<name>VBSEO_ADMIN_PASSWORD</name>
<value></value>
</setting>
* Upload the file to the web server.
* Open your vBSEO control panel. When you try to log in, you will see the option to add in your new password and confirm it.
* Finally, CHMOD the file back to 644 when you are finished.
If you are using vBSEO 3.3.x series, please follow these steps:
* First you must locate your vB-root/includes/config_vbseo.php file.
* Download it to your PC, then open the file with a text editor 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).
* Remove that from the line so it now looks like this:
// ****** CONFIG PANEL PASSWORD ******
define('VBSEO_ADMIN_PASSWORD', '');
* Upload the file to the web server.
* Open your vBSEO control panel. When you try to log in, you will see the option to add in your new password and confirm it.
* Finally, CHMOD the file back to 644 when you are finished.
If you follow these steps correctly, you will be able to reset your password and login again to your vBSEO CP.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
I use vbseo 3.6.0.
Is the step same as 3.5.x?
Hi Emon,
Yes, that's right. The above steps for vBSEO 3.5.x are still valid for 3.6.x+
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Excellent thanks all![]()