starting users

This commit is contained in:
2025-05-18 05:41:26 +03:00
parent 03a20128f7
commit ac51e5c0e8
12 changed files with 314 additions and 2 deletions

7
views/user/user.etlua Normal file
View File

@ -0,0 +1,7 @@
<% if just_logged_in then %>
<h1>Logged in successfully.</h1>
<% end %>
<h1><%= user.username %></h1>
<% if user:is_guest() then %>
<h2>You are a guest. An administrator needs to approve your account before you will be able to post.</h2>
<% end %>