Page 1 of 2
password lost
Posted: Sat Jan 28, 2006 4:51 pm
by idcarlos
Hi.
I have forgot my admin password

but I have full acessto to the database. I have try to put a null value in the admin password, but not work.
¿Any idea to "reset" my password?
Un saludo
Carlos Garces
Re: password lost
Posted: Sat Jan 28, 2006 6:39 pm
by cyberman
The password is encrypted

.
Hmm, I think you should install cmsms once again so you have the chance to set the admin password once again. In step 3 you should deselect the entrys "Create Tables" and "Install sample content and templates". Then it should work

...
But make sure you have made a sql dump before for security reasons !!
Re: password lost
Posted: Sat Jan 28, 2006 6:53 pm
by idcarlos
I have made a cleand instalation in localhost and updoaded the cms_uses table.
It don't work ¿why?
Re: password lost
Posted: Sat Jan 28, 2006 7:16 pm
by cyberman
idcarlos wrote:
I have made a cleand instalation in localhost and updoaded the cms_uses table.
It don't work ¿why?
This cannot work. If you've made a clean installation you have the chance to set the admin password so an upload of cms_users table is not needed.
cyberman wrote:
you should install cmsms once again so you have the chance to set the admin password once again. In step 3 you should deselect the entrys "Create Tables" and "Install sample content and templates".
Have you followed my instructions accurately ?
Re: password lost
Posted: Sat Jan 28, 2006 10:33 pm
by Ted
For future reference
Code: Select all
UPDATE cms_users SET password = '21232f297a57a5a743894a0e4a801fc3' WHERE user_id = 1;
will reset the password to 'admin'.
Re: password lost
Posted: Sun Jan 29, 2006 8:09 pm
by idcarlos
Thanks, it works
Re: password lost
Posted: Fri Feb 03, 2006 11:19 pm
by jelle
md5('plain password') work too instead of the long encrypted line? At least that is how I do it in my new debian package and both postgres and Mysql swallow it.
Re: password lost
Posted: Thu Feb 23, 2006 1:09 pm
by lennon
UPDATE cms_users SET password = '21232f297a57a5a743894a0e4a801fc3' WHERE user_id = 1;
Having the same issue and the re installation isnt working.
Where do i put this code...........................? Havent a clue...
thanks
Re: password lost
Posted: Thu Feb 23, 2006 1:18 pm
by jelle
it is a sql query, so you can enter it in a sql prompt on the commandline, or at a mysql admin program over the web. (phpmyadmin or the likes)
Yes, you will have to have some knowledge, so in some cases reinstalling might be a quicker option.
Re: password lost
Posted: Fri May 26, 2006 12:38 pm
by mustis
what was the standard password?
Re: password lost
Posted: Sat May 27, 2006 2:38 pm
by cyberman
There's no default password - you have to set it in install procedure.
Re: password lost
Posted: Wed Apr 23, 2008 2:54 pm
by sebgonz
Thanks a lot. This saved my butt big time. Stupid me... I can't believe I forgot to email myself my password.

Re: password lost
Posted: Thu Jul 17, 2008 9:10 am
by kurieuo
Any chance for there to be a 'forgot password' option at the CMS login that auto resets the password for you?
Handy for other CMS users (besides Admin) who forget password. Saves us having to reset for them.
Cheers
Re: password lost
Posted: Thu Jul 17, 2008 10:42 am
by cyberman
kurieuo wrote:
Any chance for there to be a 'forgot password' option at the CMS login that auto resets the password for you?
Good idea. Perhaps you should add a feature request
http://dev.cmsmadesimple.org/tracker/?a ... unc=browse
Re: password lost
Posted: Thu Oct 30, 2008 3:40 pm
by Franck
Just submitted it at feature requests
