4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: }{iJacK on March 31, 2003, 05:02:05 PM

Title: admin user name and password
Post by: }{iJacK on March 31, 2003, 05:02:05 PM
as you know.
if we try to create config.php with install.php
we have some troubles.
so we create config.php manually.
like this

$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "xxx";
$db_user = "xxx";
$db_password = "xxx";

$table_prefix = "resim_";

define('RESIM_ACTIVE', 1);

but i wanna learn what do i do for setting admin user name and password?
do i add some lines in config.php like

$admin_username = "xxx"

if yes could you tell me the full text.. of config.php

.. if not how can i set admin user name and pass..
Title: admin user name and password
Post by: Chris on March 31, 2003, 06:27:28 PM
Quote
define('RESIM_ACTIVE', 1);

This is not correct, it must be:
Code: [Select]
define('4IMAGES_ACTIVE', 1);
Title: admin user name and password
Post by: V@no on March 31, 2003, 11:32:46 PM
Quote from: Chris
Quote
define('RESIM_ACTIVE', 1);

This is not correct, it must be:
Code: [Select]
define('4IMAGES_ACTIVE', 1);

good eyes, Chris! ;)

and to answer }{iJacK's question:
by default admin username and password are: admin