Skip to content

IT Blog

Vyacheslav Gapon – personal blog, manuals, articles, notes, development

  • РусскийРусский

Joomla admin password recovery

Posted byVyacheslav 21.02.2020 Leave a comment on Joomla admin password recovery

In case the password from the administrative panel has been lost or forgotten, you need to execute the following sql request to the site database.

Standard sql Joomla user password change request:

UPDATE `jos_users`
SET password= MD5( 'NEW_PASSWORD' )
WHERE id = USER_ID;
  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • More
  • Click to share on Pocket (Opens in new window)
  • Click to share on Skype (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to print (Opens in new window)
Posted byVyacheslav21.02.2020Posted inJoomla

Post navigation

Previous Post Previous post:
TrinityCore Auto Restarter for Windows
Next Post Next post:
Configuring SSL in Nginx

Leave a comment

Leave a Reply Cancel reply

Categories

Contacts
DONATE
About it
Privacy
Subscribe by Email (EN)
Подписаться по Email (RU)
YouTube
Instagram

При использовании материалов, активная ссылка на сайт ixnfo.com обязательна!
When using materials, an active link to ixnfo.com is required!

IT Blog © 2013-2023 Privacy Policy