changed it to give info as to why logged in people cant log in or register..

This commit is contained in:
2024-01-26 17:55:17 +01:00
parent 0397365958
commit f137ba2290
3 changed files with 11 additions and 2 deletions

4
pages/user/login.html Normal file
View 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
View 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>