registration warning

This commit is contained in:
cube
2026-03-28 22:12:56 +00:00
parent 4dfd0524f7
commit c3dec04c8d

View File

@@ -7,6 +7,9 @@
{% block content %} {% block content %}
<div class="container"> <div class="container">
<h1>Register new user</h1>
<p>It is recommended to disable this in the config file once a user has been set up</p>
<form method="post"> <form method="post">
<label for="username">Username</label> <label for="username">Username</label>
<input name="username" id="username" required><br> <input name="username" id="username" required><br>