-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Diane wrote: > > if a new aegir installation won't log in with the username "admin" and > password "password" > what could have wrong? > > Is it possible to see or reset the login? >
you can see the login in the mysql using select username,password from user where id=1; If there are two asterisks (**) before the password then it's cleartext, and you can use it (without the asterisks), otherwise you need to reset it with update person set username="admin",password="**password" where id=1; /Rambo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/hXBhi7iLtQbxbW8RAo+xAJ4keX0hkt/+5u9oOhOE/hdIl4yHOACgn1Fa 1l+o6XO8IhZiOOQXpR6DXK4= =CG0Z -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
