What?
A quick article on how to set a password using the database tools for super users.

Why?
It happens to us all, especially me. I like to use different passwords for every site but this came up as a client had lost their super user password.

How?
This method is reliant on having access to the database of your Joomla website.

Method #1: Quickest way I know
This is based on if you have another user account (registered or administrator, any) with a password known to you (create a new joomla user if necessary).

The gist:
The gist, Copy and Paste the password value of the known user to the forgotten user
  1. Login to your Joomla database
  2. Go to the #__users database table (where #_ is the prefix to your joomla tables)
  3. Find the column password and the row of your known user and Copy the text there
  4. Find the row of your forgotten user and Paste the text there.
  5. Test by logging in as the forgotten user
  6. Done