logo

How to change super admin password in Joomla

logo

Before we begin, you must have access to your database. If you don’t, pass these instructions on to someone that does.  please backup your database before making changes.

steps:

1.Log in to your Joomla database (via phpMyAdmin for example)

2.Click to edit the _users database (will be preceded by your account name, for example: example_users

3.Edit the entry for where usertype = “Super Administrator” (should be the first record)

then you can see your old password, but it’s cryptograph,so you need to overwrite it with the new password that you can know and need to remember.

4.execute the follow Sql : UPDATE example_users SET password=MD5(‘yourpassword’) WHERE usertype = “Super Administrator”;

 

From Joomla VM

Popularity: 46% [?]

Related posts:

  1. Creating a sitemap for joomla I recently read an article over at blog.joomlatools.org that...
  2. View Different templates without changing templates in admin Here’s a useful little trick if you want to...

Related posts brought to you by Yet Another Related Posts Plugin.

One Response to “How to change super admin password in Joomla”

  1. [...] here to read the rest: How to change super admin password in Joomla | Smart Consultant By admin | category: Object | tags: crusade, database, does-please, Joomla, like-it-join, [...]

Leave a Reply

logo
logo
Powered by Wordpress | Designed by Elegant Themes