Browse Source

pass minlenght

1day2die 3 years ago
parent
commit
185725915d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/install/index.php

+ 2 - 2
public/install/index.php

@@ -415,7 +415,7 @@ if (isset($_GET['step']) && $_GET['step'] == 6) {
                                 <label for="repass">Retype Pass</label>
                                 <label for="repass">Retype Pass</label>
                                 <input id="repass" name="repass" type="password"
                                 <input id="repass" name="repass" type="password"
                                        required
                                        required
-                                       value="" class="form-control">
+                                       value="" minlength="8" class="form-control">
                             </div>
                             </div>
                         </div>
                         </div>
 
 
@@ -424,7 +424,7 @@ if (isset($_GET['step']) && $_GET['step'] == 6) {
                                 <label for="repass">Your Pterodactyl User-ID</label>
                                 <label for="repass">Your Pterodactyl User-ID</label>
                                 <input id="pteroID" name="pteroID" type="text"
                                 <input id="pteroID" name="pteroID" type="text"
                                        required
                                        required
-                                       value="" class="form-control">
+                                       value="" minlength="8" class="form-control">
                             </div>
                             </div>
                         </div>
                         </div>