Update curated onboarding username max length

pull/6083/head
Daniel Supernault 2025-07-23 02:30:01 -06:00
rodzic 42d90b03b1
commit ab378b8fcb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 23740873EE6F76A1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,7 +12,7 @@
placeholder="username"
aria-label="Your username"
aria-describedby="username-addon"
maxlength="15"
maxlength="30"
required
name="username"
value="{{ request()->session()->get('cur-reg.form-username') }}">
@ -20,7 +20,7 @@
<span class="input-group-text bg-dark border-dark text-muted font-weight-bold" id="username-addon">&commat;{{ config('pixelfed.domain.app') }}</span>
</div>
</div>
<p class="help-text small text-muted mb-0">You can use letters, numbers, and underscores with a max length of 15 chars.</p>
<p class="help-text small text-muted mb-0">You can use letters, numbers, and underscores with a max length of 30 chars.</p>
</div>
<div class="details-form-field">