Skip to content

Commit 194e161

Browse files
committed
add password confirmation
1 parent d262931 commit 194e161

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

resources/views/my_account.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<input required class="form-control" type="{{ backpack_authentication_column()==backpack_email_column()?'email':'text' }}" name="{{ $field }}" value="{{ old($field) ? old($field) : $user->$field }}">
8080
</div>
8181
</div>
82+
<div class="row">
83+
<div class="col-md-6 form-group">
84+
<label>{{ trans('backpack::base.current_password') }}</label>
85+
<input class="form-control" type="password" name="current_password" autocomplete="current-password" value="">
86+
</div>
87+
</div>
8288
</div>
8389

8490
<div class="card-footer">

0 commit comments

Comments
 (0)