ok the dumbest person ever.

noppie <[email protected]> 12 Sep 2003 22:01:14 -0000
Newsgroups gmane.comp.web.oscommerce.features
Message-ID <fadebb0c41ecf907c433f333b70f3024@osCommerce-Forums>
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=228601#228601
----------------------------------------------------------------

:( 
i downloaded the admin-login.

I i don't understand how to access the password.

[code]Linux Users:
You now need a table in your database:
DROP TABLE IF EXISTS administrators;

CREATE TABLE administrators (
	admin_id INT UNSIGNED NOT NULL AUTO_INCREMENT;
	admin_user VARCHAR(32) NOT NULL,
	admin_pass VARCHAR(32) NOT NULL,
	PRIMARY KEY(admin_id)
);

INSERT INTO administrators SET admin_user='<username>', admin_pass=PASSWORD('<user password>');[/code]

[color=red]It is super very, if you don't do anything else do this, important
that you use admin_pass=PASSWORD('...'). If you don't then it will
NEVER WORK!!!! You have been warned![/color]

I put in my user name--
and PASSWORD('...')
OR JUST  PASSWORD

I know I am just stupid and can't figure this out.:tellme:

I want to install affiliate-branding and it said you have to the admin-login installed .

i have been working at this so long that i have to walk away right now.. please help  me :bigups: