MarkusAllen Posted February 25, 2014 Posted February 25, 2014 I forgot my admin username and password... Can you help me track this down?
MatthewSchenker Posted February 25, 2014 Posted February 25, 2014 Greetings, You will have to force a template to set a temporary password for you. 1. Add this code to any template file in your site: $temp = $users->get('admin'); $temp->of(false); $temp->pass = 'rememberme'; $temp->save(); Replace "rememberme" with your own temporary password. 2. Browse to the page where you placed this code. 3. Remove the code from the template (so it does not reset the password again). 4. Log into your site and change your password from the admin control panel. Thanks, Matthew 1
pwired Posted February 25, 2014 Posted February 25, 2014 How to retrieve or reset admin's password is already explained many times before in the forum.
pwired Posted February 25, 2014 Posted February 25, 2014 http://bit.ly/1fm3m4l Soma: you are a genius, how did you do that ?
Soma Posted February 25, 2014 Posted February 25, 2014 Soma: you are a genius, how did you do that ? http://bit.ly/vXtvlP 3
Comded Posted February 26, 2014 Posted February 26, 2014 to remove forgotten admin password and login pc again with tool support!
kongondo Posted February 26, 2014 Posted February 26, 2014 Hello Spammer! It's been a while; long time no see! 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now