I've just installed the Developer Edition of ImageVue on my dev server to try it out and I can't login to the admin section at all. Even using the "guest" password it doesn't work. Just says "incorrect password"
Here is my site:
http://www.simonandmaira.com/gallery/admin/
Here is my passwords.php
Code
<?php
// Instructions on setting passwords here: www.photo.gallery/support/passwords/
// To enable your admin password, remove the double slash in the second line below and change the password.
$data['guest'] = 'guest';
$data['password'] = '*';
?>
Any help would be greatly appreciated!