Microsoft
Software
Hardware
Network
Question : word press password??
How can i get the word press Admin Password (wp-login.php)? Our web devoleper is on holiday and we need to make changes. it could be what ever the default password is, if there is one?
i have access to the raw sql data and php files. dont know whether this would help?
and i also have access to the control panel and ftp for the hosting provider to access the files and various configurations screens.
Answer : word press password??
Can you make sql-auery?
UPDATE `wordpress`.`wp_users` SET `user_pass` = MD5 ('newpassword') WHERE `wp_users`.`user_login` = 'admin' LIMIT 1;
Random Solutions
Server security analysis to determine patch level
Windows XP Microphone Issue
Hard drives out of a raid are not recognized
CentOS 5 mirroring/synchronization over internet for redundancy.
ColdFusion Using .NET Class Library
Customize Outlook Today by Adding Public Calendar
Can't add secondary domain controller
How to successfully change IP address on Microsoft Exchange
MS Access Table
Extract the <title> tag content of a web page?