Difference between revisions of "Resetting a user password"

From Joomla! Documentation

(Some markup changes and corrections for Words2Watch compliance.)
 
Line 2: Line 2:
 
<noinclude>{{Joomla version|version=3.x}}</noinclude>
 
<noinclude>{{Joomla version|version=3.x}}</noinclude>
 
<translate><!--T:2-->
 
<translate><!--T:2-->
Resetting a user password can be done a number of ways:</translate>
+
Resetting a User password can be done a number of ways:</translate>
  
 
<translate>
 
<translate>
Line 9: Line 9:
  
 
<translate><!--T:4-->
 
<translate><!--T:4-->
The user can do it by themselves through the front end of your site:</translate>
+
The User can do it by themselves through the Frontend of your website:</translate>
 
<translate><!--T:5-->
 
<translate><!--T:5-->
# Make sure the Login Module is published and active on the front end of your site. If not, log in to the Administrator back-end and go to the Module Manager to enable it.</translate>
+
# Make sure the Login Module is published and active on the Frontend of your site. If not, log in to the Administrator Backend and go to the Module Manager to enable it.</translate>
 
<translate><!--T:6-->
 
<translate><!--T:6-->
# Find the Login Form on the front-end of your site. If you need to reset your password, click "Forgot your Password?" and you will be prompted to enter your email address. A confirmation code will be emailed to you so you can enter a new password.</translate>
+
# Find the Login Form on the Frontend of your site. If you need to reset your password, click ''Forgot your Password?'' and you will be prompted to enter your email address. A confirmation code will be emailed to you so you can enter a new password.</translate>
 
<translate><!--T:7-->
 
<translate><!--T:7-->
# If you can't remember your username, click "Forgot your username?" and it will be emailed to you.</translate>
+
# If you can't remember your Username, click ''Forgot your Username?'' and it will be emailed to you.</translate>
  
 
<translate>
 
<translate>
Line 22: Line 22:
  
 
<translate><!--T:9-->
 
<translate><!--T:9-->
The site administrator can perform the following steps:</translate>
+
The website Administrator can perform the following steps:</translate>
 
<translate><!--T:10-->
 
<translate><!--T:10-->
# Log into the Administrator back-end of your site (e.g. www.yoursite.com/administrator)</translate>
+
# Log into the Administrator Backend of your site (e.g. https://www.yoursite.com/administrator)</translate>
 
<translate><!--T:11-->
 
<translate><!--T:11-->
 
# In the menu ''Users'', select the sub-menu ''Manage''.</translate>
 
# In the menu ''Users'', select the sub-menu ''Manage''.</translate>
Line 35: Line 35:
  
 
<translate>
 
<translate>
 
+
=== Resetting in phpMyAdmin === <!--T:15-->
=== Resetting in PhpMyAdmin === <!--T:15-->
 
 
</translate>
 
</translate>
  
 
<translate><!--T:16-->
 
<translate><!--T:16-->
If you have lost your admin password and you can't log into the backend, then you're able to reset the password in your PhpMyAdmin. Complete the following steps:</translate>
+
If you have lost your admin password and you can't log into the Backend, then you're able to reset the password in your phpMyAdmin. Complete the following steps:</translate>
  
 
<translate><!--T:17-->
 
<translate><!--T:17-->
# Select your database in PhpMyAdmin</translate>
+
# Select your database in phpMyAdmin</translate>
 
<translate><!--T:18-->
 
<translate><!--T:18-->
 
# Select the ''prefixofyourtable''_users table.</translate>
 
# Select the ''prefixofyourtable''_users table.</translate>
 
<translate><!--T:19-->
 
<translate><!--T:19-->
# Click "Browse" and select "Edit" (the small pen icon) on the user whose password you wish to reset</translate>
+
# Click ''Browse'' and select ''Edit'' (the small pen icon) on the User whose password you wish to reset</translate>
 
<translate><!--T:20-->
 
<translate><!--T:20-->
# You will now see all user data in a form. Under the "password" field, you will see a long list of encrypted letters. Delete these letters, and type in a new password.</translate>
+
# You will now see all User data in a form. Under the ''password'' field, you will see a long list of encrypted letters. Delete these letters, and type in a new password.</translate>
 
<translate><!--T:21-->
 
<translate><!--T:21-->
# BEFORE saving, remember to select "MD5" in the "function" dropdown list.</translate>
+
# '''Before''' saving, remember to select ''MD5'' in the ''function'' dropdown list.</translate>
 
<translate><!--T:22-->
 
<translate><!--T:22-->
# Save your new password and log into the backend of your Joomla site. Remember to reset the password again from the back-end, as the MD5 encryption is much more secure this way.</translate>
+
# Save your new password and log into the Backend of your Joomla site. Remember to reset the password again from the Backend, as the MD5 encryption is much more secure this way.</translate>
  
 
<noinclude>
 
<noinclude>

Latest revision as of 15:16, 25 July 2022

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎eesti • ‎español • ‎français • ‎italiano • ‎فارسی
Joomla! 
3.x

Resetting a User password can be done a number of ways:

Frontend[edit]

The User can do it by themselves through the Frontend of your website:

  1. Make sure the Login Module is published and active on the Frontend of your site. If not, log in to the Administrator Backend and go to the Module Manager to enable it.
  2. Find the Login Form on the Frontend of your site. If you need to reset your password, click Forgot your Password? and you will be prompted to enter your email address. A confirmation code will be emailed to you so you can enter a new password.
  3. If you can't remember your Username, click Forgot your Username? and it will be emailed to you.

Backend[edit]

The website Administrator can perform the following steps:

  1. Log into the Administrator Backend of your site (e.g. https://www.yoursite.com/administrator)
  2. In the menu Users, select the sub-menu Manage.
  3. Click the User's name you want to edit.
  4. Enter the new password into the Password field and type it again in the Confirm Password field.
  5. Click Save.

Resetting in phpMyAdmin[edit]

If you have lost your admin password and you can't log into the Backend, then you're able to reset the password in your phpMyAdmin. Complete the following steps:

  1. Select your database in phpMyAdmin
  2. Select the prefixofyourtable_users table.
  3. Click Browse and select Edit (the small pen icon) on the User whose password you wish to reset
  4. You will now see all User data in a form. Under the password field, you will see a long list of encrypted letters. Delete these letters, and type in a new password.
  5. Before saving, remember to select MD5 in the function dropdown list.
  6. Save your new password and log into the Backend of your Joomla site. Remember to reset the password again from the Backend, as the MD5 encryption is much more secure this way.