We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342eaef commit f6e8a01Copy full SHA for f6e8a01
templates/pages/register.html
@@ -28,7 +28,7 @@ <h1 class="title">{{ _("mas.register.create_account.heading") }}</h1>
28
29
{% if features.password_registration %}
30
{% 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 />
+ <input {{ field.attributes(f) }} class="cpd-text-control" type="text" autocomplete="username" autocorrect="off" autocapitalize="off" />
32
<div class="cpd-form-message cpd-form-help-message" id="{{ f.id }}-help">
33
@username:{{ branding.server_name }}
34
</div>
0 commit comments