Hi,
I found a bug in the Source of the login.php. The else{ //Default prompt if user is unknown } case is one step to early which results in a Blank page when the user is not known.
Putting the whole else behind the next '}' solves the Problem.
Log in to post a comment.