changed it to give info as to why logged in people cant log in or register..
This commit is contained in:
4
pages/user/login.html
Normal file
4
pages/user/login.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<!--PAGENAME=Already logged in-->
|
||||
<!--PAGESTYLE=/styles/pages/admin/style.css-->
|
||||
|
||||
<h1>I'm sorry, you are already logged in.</h1>
|
5
pages/user/register.html
Normal file
5
pages/user/register.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!--PAGENAME=Already logged in-->
|
||||
<!--PAGESTYLE=/styles/pages/admin/style.css-->
|
||||
|
||||
<h1>I'm sorry, you are already logged in.</h1>
|
||||
<h2>you have to <a href="/logout">logout</a> to be able to register</h2>
|
Reference in New Issue
Block a user