We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d262931 commit 194e161Copy full SHA for 194e161
1 file changed
resources/views/my_account.blade.php
@@ -79,6 +79,12 @@
79
<input required class="form-control" type="{{ backpack_authentication_column()==backpack_email_column()?'email':'text' }}" name="{{ $field }}" value="{{ old($field) ? old($field) : $user->$field }}">
80
</div>
81
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
88
89
90
<div class="card-footer">
0 commit comments