Password reset not working

General questions relating to Joomla! 3.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
Mina-mt
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Wed Jan 24, 2024 8:59 am

Password reset not working

Post by Mina-mt » Sun Mar 24, 2024 8:53 am

Hi,
I have an old website I forgot the admin password I tried resetting a new one, I tried two methods, I changed the password from the users table using MD5, I added the user to the Super user group in the groups table but when I log in it says that the username doesn't correspond to the password.
I tried creating another admin account using an SQL query but the same thing happens I can't login same message
Can anyone help me with this?
Last edited by toivo on Sun Mar 24, 2024 10:34 am, edited 1 time in total.
Reason: mod note: moved from 4.x Administration

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30942
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Password reset not working

Post by Per Yngve Berg » Sun Mar 24, 2024 9:55 am

What version of Joomla. MD5 was abandoned a long time ago.

Mina-mt
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Wed Jan 24, 2024 8:59 am

Re: Password reset not working

Post by Mina-mt » Sun Mar 24, 2024 10:16 am

The Joomla version is 3.7.2

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9747
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: Password reset not working

Post by AMurray » Sun Mar 24, 2024 12:51 pm

3.7.2 was also EOL long ago. 8 years ago in fact. Surely you haven't been locked out of your Joomla site for 8 years?

I don't know the encryption method these days - bcrypt or SHA-256 or SHA-512.
Regards - A Murray
General Support Moderator

Mina-mt
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Wed Jan 24, 2024 8:59 am

Re: Password reset not working

Post by Mina-mt » Sun Mar 24, 2024 1:10 pm

AMurray wrote:
Sun Mar 24, 2024 12:51 pm
3.7.2 was also EOL long ago. 8 years ago in fact. Surely you haven't been locked out of your Joomla site for 8 years?

I don't know the encryption method these days - bcrypt or SHA-256 or SHA-512.
I don't know if the website owner was locked out for 8 years, if it was my website I wouldn't leave it without updates, and for the encryption methods you mentioned they aren't available on phpmyadmin I tried SHA1 and also didn't work

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30942
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Password reset not working

Post by Per Yngve Berg » Sun Mar 24, 2024 1:54 pm

Code: Select all

d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199
Sets the password to "secret"

Mina-mt
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Wed Jan 24, 2024 8:59 am

Re: Password reset not working

Post by Mina-mt » Sun Mar 24, 2024 2:01 pm

Per Yngve Berg wrote:
Sun Mar 24, 2024 1:54 pm

Code: Select all

d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199
Sets the password to "secret"
Where do I put it and which encryption?

gws
Joomla! Champion
Joomla! Champion
Posts: 5952
Joined: Tue Aug 23, 2005 1:56 pm
Location: South coast, UK
Contact:

Re: Password reset not working

Post by gws » Sun Mar 24, 2024 2:32 pm

copy and paste this into phpmyadmin it is the encrypted password for "password" i.e. password is password.Once you login change the password to one of your choice.
$2y$10$zTXNxMQRKxdy4GMGnRJCo.tzozd8nDMkSzp.DUHeHz

Mina-mt
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Wed Jan 24, 2024 8:59 am

Re: Password reset not working

Post by Mina-mt » Mon Mar 25, 2024 7:44 am

gws wrote:
Sun Mar 24, 2024 2:32 pm
copy and paste this into phpmyadmin it is the encrypted password for "password" i.e. password is password.Once you login change the password to one of your choice.
$2y$10$zTXNxMQRKxdy4GMGnRJCo.tzozd8nDMkSzp.DUHeHz
Same thing I can't access it tells me "Username and password do not match or you do not have an account yet."


Post Reply

Return to “General Questions/New to Joomla! 3.x”