Page 1 of 1
cant login in
Posted: Mon Jan 14, 2008 2:34 pm
by jamil
hello,
I just installed cms ms last week and already i cant login to the admin panel using the un and pw i set up initially.
Someone please help????
Re: cant login in
Posted: Mon Jan 14, 2008 4:47 pm
by nivekiam
Are you sure you're entering the correct username and password?
You can reset the admin password by following these steps:
http://wiki.cmsmadesimple.org/index.php/FAQ/Login
True, that's not user friendly and I would like to see the option added to be able to reset the admin password by emailing a link to the email address listed for the admin, but that functionality is not there.
I had to reset my password the other day. I was able to do this by logging into phpMyAdmin through my account at my host. I don't know if your host has a similar setup or if you know how to use MySQL from the command line.
In phpMyAdmin, once you are connected to your database that CMSms uses. Click on the
SQL button at the top, on my install its between
Structure and
Search then run copy and paste the command from that FAQ link above (included here for reference) As long as you have
cms_ as the prefix to your tables you won't need to change anything:
Code: Select all
UPDATE cms_users SET password = '21232f297a57a5a743894a0e4a801fc3' WHERE user_id = 1;
Finally press the
Go button in the bottom-right corner.
Re: cant login in
Posted: Tue Jan 15, 2008 2:49 pm
by Pierre M.
Hello,
if the password reset doesn't make it :
Which CMSms version are you using ? Which admin browser are you using ? Are (cookies/sessions) requirements met ?
What is the error message ?
And "usual questions"...
Pierre M.