Trying to get auth.php to work I get this error:
text: "Could not find configuration: default / default"
This is the code I'm using:
http.post('/auth.php', {
username: username,
password: password
});
What am I doing wrong?
Furthermore: At the end of auth.php username and password are both returned as 'admin'. Do I have to change that or can I leave this empty? I don't get it, sorry.