cancel
Showing results for 
Search instead for 
Did you mean: 

can not log in

can not log in

I have a problem log in as an admin and whenever try to retrieve password I assign the new password and still, it does not let me log in with a new password

Please help

 

JewelryNest
1 REPLY 1

Re: can not log in

Hello @JewelryNest

 

You can change your password by using database. You can use 

 

UPDATE admin_user SET `password` = SHA2('NewPassword', 256) WHERE `username`='admin';
 
this query where 'NewPassword' will be replaced by your desired password.
 
Please kudos and accept as solution if it works for you Smiley Happy