Joomla – reset admin password by MySQL in PHPMyAdmin

Publikováno 15. 4. 2010

If you got lost your Joomla password and need to set a new one, you can simply create a new password in PHPMyAdmin or your database administration tool. All you have to do is execute this SQL command:

update jos_users SET password=MD5('<your_new_password>') WHERE username='<your_username>';

Just replace <your_new_password> with desidered password and <your_username> with the username you are logging to Jooma (eg. admin, administrator or whatever..)

Hope this helps

Tento článek byl přidán 15.4.2010 v 15:56 a patří do kategorie Webdesign. Reakce na článek můžete jednoduše sledovat pomocí RSS 2.0 kanálu. Můžete přidat komentář pokud chcete.

Přidat komentář

 


webdesign Jan Zikmund