Skip to content

Commit f6e8a01

Browse files
committed
Username on the first registration page is optional
1 parent 342eaef commit f6e8a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pages/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="title">{{ _("mas.register.create_account.heading") }}</h1>
2828

2929
{% if features.password_registration %}
3030
{% call(f) field.field(label=_("common.username"), name="username", form_state=form) %}
31-
<input {{ field.attributes(f) }} class="cpd-text-control" type="text" autocomplete="username" autocorrect="off" autocapitalize="off" required />
31+
<input {{ field.attributes(f) }} class="cpd-text-control" type="text" autocomplete="username" autocorrect="off" autocapitalize="off" />
3232
<div class="cpd-form-message cpd-form-help-message" id="{{ f.id }}-help">
3333
@username:{{ branding.server_name }}
3434
</div>

0 commit comments

Comments
 (0)