summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/auth/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/auth/register.html')
-rw-r--r--apioforum/templates/auth/register.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/auth/register.html b/apioforum/templates/auth/register.html
index 7d079c2..5d27b90 100644
--- a/apioforum/templates/auth/register.html
+++ b/apioforum/templates/auth/register.html
@@ -7,7 +7,7 @@
<p>create a new account here. if you already have an account, <a href="{{url_for('auth.login')}}">login</a> instead.</p>
<form method="post">
<label for="username">Username</label>
- <input name="username" id="username" required>
+ <input name="username" id="username" maxlength="20" required>
<br>
<label for="password">Password</label>
<input type="password" name="password" id="password" required>