Reset my password on local?

Permalink 1 user found helpful
Well, this is pretty embarrassing. I'm working on my local computer (localhost and wamp) and I can't seem to get into my backend of Concrete5. My saved password apparently is incorrect and the reset password email won't work. Is there any other way to force a password reset?

 
Mnkras replied on at Permalink Reply
Mnkras
try this in phpadmin:

UPDATE  `DBNAME`.`Users` SET  `uPassword` = MD5(  'pass:salt' ) WHERE  `Users`.`uID` =1;

replace DBNAME with the db name, pass with what you want your pass to be, and salt with the salt in the /config/site.php
sarawackadoo replied on at Permalink Reply
Sorry, this is kind of out of my comfort zone. Does this go under the SQL tab when you originally select the database?
jbx replied on at Permalink Reply
jbx
Yes, exactly correct...
TechBlessings replied on at Permalink Reply
TechBlessings
I created the Concrete5 Emergency Administrator tool for this exact problem. You can read all about it and download this free tool athttp://www.techblessings.com/projects/concrete5-emergency-administr...

Let me know if this works or if you need any more help.

Jason
AccountDisabled replied on at Permalink Reply
Concrete5 Instant Admin athttp://forestmist.org/2012/07/concrete5-instant-admin/... is also a good option for staying in the comfort zone. :D