mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
Got registration process working with social accounts
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user