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