Hello Alexander, On Wednesday, January 8, 2003 at 10:43:58 PM you wrote:
AR> i have installed aegir and now i try to login with admin and password, but it AR> does not work. The same happens when trying to login to Asgard. Any ideas? 1. Run a MySQL client and issue the following SQL query: UPDATE person SET username = 'admin', password = '**password' WHERE id = 1; 2. Make sure register_globals is on in php.ini and restart Apache, if necessary. Then... try to login again. -- See you, Andrey. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
