Lost admin password

General project discussion. NOT for help questions.
Post Reply
janggu
New Member
New Member
Posts: 5
Joined: Thu May 18, 2006 6:47 pm

Lost admin password

Post by janggu »

Hi there,

I forgot my admin password and wonder if there is a way to reset this. I can access the database though. It looks like the password for the admin was encrypted and I overwrote it anyway. Still does not work. I created a new user but it would not work either. PLEASE HELP!!!
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Lost admin password

Post by calguy1000 »

Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
ssah

Re: Lost admin password

Post by ssah »

I have found another way to change your password if you have lost your admin password, as long as you have access to the database.

Visit http://md5encryption.com/ and enter a password to encrypt with MD HASH

copy the hash.

Next..........

1 Log into your database (I use phpMyAdmin)
2 open cms_users in the database and edit the password field.
3 save and your done!

Alternatively, if you use command line SQL, log into your database and execute the following....

Code: Select all

UPDATE `[YOURDATABASENAME]`.`cms_users` SET `password` = '[MD5 HASH]' WHERE `cms_users`.`user_id` =1 LIMIT 1 ;
be sure to replace [YOURDATABASENAME] with your actual database name and [MD5 HASH] with the hash you just created

Once its saved, go to your login page and hey presto, you're in!!
Edmontonabguy
New Member
New Member
Posts: 6
Joined: Mon Mar 12, 2007 8:33 pm

Re: Lost admin password

Post by Edmontonabguy »


Thanks for all the help. WOW that link was not anywhere else I could have found it.
Cheers
FYI - It did NOT help...
User avatar
fearmydesign
Power Poster
Power Poster
Posts: 363
Joined: Sun Feb 28, 2010 10:54 pm

Re: Lost admin password

Post by fearmydesign »

8) This was extremely helpful! Thank you everyone  ;)
Rod
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
Post Reply

Return to “General Discussion”