![]() |
Quick Wordpress question
In which file is the WP password stored? I assume its stored in one of the phps
haven't found it yet though thanks |
Quote:
i dont think its store in plain text, except for the db stuff. ask bangman tho, my stuff is all custom, he would know wp stuff more. |
It's in the db. God willing you may be able to pull it out.
|
Yes it's encrypted in the database, so you will either have to recover it by going here:
http://yourdomain.com/wp-login.php?action=lostpassword Or by running a query to delete the cell from the table and replace it with a new encrypted pass. |
phpmyadmin can do the trick also.
|
k thanks
|
just reset it, it's md5('newpassword') I believe...
|
| All times are GMT -7. The time now is 09:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123