Im having a small problem with the login
PHP Code:
$use_login = true; // Toggle login system (true/false).
$auto_login = true; // Toggle auto login (true/false).
$username = "myuser"; // Set a username
$password = "mypass"; // Set a password.
If i set it as that for example if i try and login with
myuser
mypass
it doesnt work, just takes me back to the login screen
what am / have i done wrong ?