-
admin password reset
I am on a local server. did a perfect install. have been able to sign in to my Admin. But now I cannot and I guess I have forgotten it(err) So I am trying to do the reset thingy. I have changed my admin. but for the life of me I am not getting where to make the changes. I have done this before. So If my admin is lets say, "ABC", where do I make the changes? Thank you!
DELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
-
Re: admin password reset
There's no changes that need to be made.
Use the above sql to establish a login that uses the credentials associated with it. Login to your admin, go to the admin section admin users, change/set the password for your ABC admin.
Log out, then login with the credentials for ABC.
Upon success, delete the Admin user created by the sql.
Does that make sense or are trying to do something more?
-
Re: admin password reset
Just trying to reset my admin. So I’m trying to do it in phpmyadmin, etc.
-
Re: admin password reset
Ok
Got what you said. It worked. Hugh thanks.!!