I've completed installation but I can't log in as admin. the username and password i noted down as installing doesn't work; the db username and password shown in config.php doesn't work; the username ("admin") and password (a long random string) shown in the cms_users table of the DB (viewed using phpmyadmin) doesn't work.
I always get the message "Username or password incorrect"
I have tried changing permissions on config.php from 444 to 666 but this doesn't help.
I am using CMSMS 1.2 which I installed via FTP on a basic webhosting package from hostnine (Cpanel), PHP version 4.4.7,
MySQL version 4.1.20-standard
What am I doing wrong?
checking admin username and password
checking admin username and password
Last edited by Chris153 on Tue Nov 27, 2007 10:58 am, edited 1 time in total.
Re: checking admin username and password
i suppose you opted not to email yourself the login details? 
see http://forum.cmsmadesimple.org/index.ph ... l#msg16270

see http://forum.cmsmadesimple.org/index.ph ... l#msg16270
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: checking admin username and password
Chris153,
the password is stored in MD5 format, that is a one-way encrypted string of the password used. This cannot be reversed. You can change the password for the default user, using mySQLadmin, as shown in
http://wiki.cmsmadesimple.org/index.php/FAQ/Login
The login/pw shown in the config.php are the credentials for the database that will be connected. The user you entered in step 2 of the installation is the user that will login in the backend.
Ronny
the password is stored in MD5 format, that is a one-way encrypted string of the password used. This cannot be reversed. You can change the password for the default user, using mySQLadmin, as shown in
http://wiki.cmsmadesimple.org/index.php/FAQ/Login
The login/pw shown in the config.php are the credentials for the database that will be connected. The user you entered in step 2 of the installation is the user that will login in the backend.
Ronny
Re: checking admin username and password
Hello,
Does your browser accept session cookies ? What cookies show up ?
Has something changed (about PHP sessions) in your install ?
Do you see anything usefull in the http logS ?
Does setting debug ON give a hint ?
Pierre M.
Do you use a supported admin browser ?Chris153 wrote: I've completed installation but I can't log in as admin. the username and password i noted down as installing doesn't work;(...)
I always get the message "Username or password incorrect"
(...)
What am I doing wrong?
Does your browser accept session cookies ? What cookies show up ?
Has something changed (about PHP sessions) in your install ?
Do you see anything usefull in the http logS ?
Does setting debug ON give a hint ?
Pierre M.