cancel
Showing results for 
Search instead for 
Did you mean: 

can not log in

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

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