Преглед на файлове

Update curated onboarding username max length

Daniel Supernault преди 4 дни
родител
ревизия
ab378b8fcb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      resources/views/auth/curated-register/partials/step-2.blade.php

+ 2 - 2
resources/views/auth/curated-register/partials/step-2.blade.php

@@ -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">