From 10bbcb065748c24c547d2fc0ea25631976929a1c Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 20 Dec 2024 16:44:35 +0100 Subject: [PATCH] Username on the first registration page is optional --- templates/pages/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/register.html b/templates/pages/register.html index 830517043..7604f9301 100644 --- a/templates/pages/register.html +++ b/templates/pages/register.html @@ -28,7 +28,7 @@ Please see LICENSE in the repository root for full details. {% if features.password_registration %} {% call(f) field.field(label=_("common.username"), name="username", form_state=form) %} - +
@username:{{ branding.server_name }}