checking admin username and password

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Chris153

checking admin username and password

Post by Chris153 »

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?
Last edited by Chris153 on Tue Nov 27, 2007 10:58 am, edited 1 time in total.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: checking admin username and password

Post by kermit »

i suppose you opted not to email yourself the login details? ;)

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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: checking admin username and password

Post by RonnyK »

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
Pierre M.

Re: checking admin username and password

Post by Pierre M. »

Hello,
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?
Do you use a supported admin browser ?
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.
Locked

Return to “[locked] Installation, Setup and Upgrade”