From: Joao Prado Maia Date: January 14 2005 7:11pm Subject: RE: default password List-Archive: http://lists.mysql.com/eventum-users/739 Message-Id: <200501141913.j0EJDYiD022029@mail.mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, > 'admin' doesn't work :-( > > Anyone know the default password for admin_at_sample_dot_com ? > > I'm running v1.4 with PHP5 > The password "admin" is supposed to be the default password for that account. If you changed it, there's not much I can do about that. However, you can change it manually on the database by running the following statement: UPDATE eventum_user SET usr_password=MD5('new_password') WHERE usr_email='admin@stripped'; Just one thing though, the login email address is supposed to be "admin@stripped", and not @sample.com. Are you sure you aren't simply using the wrong login name? --Joao