From c071aca5c5c16d56aafe38ace2b2c158e1b875fc Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Fri, 5 Jun 2026 19:29:40 -0500 Subject: server text sanitation, username/email filters, and code length measurement --- static/register.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/register.html') diff --git a/static/register.html b/static/register.html index d7e183c..9f3b651 100644 --- a/static/register.html +++ b/static/register.html @@ -21,6 +21,8 @@

+

Usernames should consist only of letters, numbers, underscores, and hyphens.

+

To help mitigate unauthorized access to my server, a registration code is required to create an account. Please see Daniel for the code.




@@ -30,6 +32,9 @@


+
+ +

-- cgit v1.2.3