Fixed  Login page blank when already logged in

Sir nick

Well-known member
Shouldn't it say Error : Silly your already logged in ;)

Or something like that.



fozba5.png
 
If you access that page directly, and you are not logged in, you will see the Login/Sign up form. If you are logged in the form is not displayed (that is why it is blank). All that is required is an else statement to output an error message on the log in page.
 
If you access that page directly, and you are not logged in, you will see the Login/Sign up form. If you are logged in the form is not displayed (that is why it is blank). All that is required is an else statement to output an error message on the log in page.

Yep thats why i reported it :)
 
Top Bottom