]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/register.blade.php
Got registration process working with social accounts
[bookstack] / resources / views / auth / register.blade.php
index f9f5d014954074ed87fe1a876937e34cf9c17341..f85440e7f7cf666c2e83cb1cc648d5913712c003 100644 (file)
@@ -25,7 +25,7 @@
 
                 <div class="form-group">
                     <label for="password">Password</label>
-                    @include('form/password', ['name' => 'password'])
+                    @include('form/password', ['name' => 'password', 'placeholder' => 'Must be over 5 characters'])
                 </div>
 
                 <div class="from-group">