Added reset password functionality, and added a random password generator function
This commit is contained in:
parent
4fc0d5c793
commit
c91765e828
8 changed files with 76 additions and 9 deletions
resources/views/shared
|
@ -6,9 +6,7 @@
|
|||
<h4 class="modal-title" id="myModalLabel">Are You Sure!</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form method="POST" class="">
|
||||
{{ csrf_field() }}
|
||||
{{ method_field('DELETE') }}
|
||||
<form method="GET">
|
||||
<button id="modal-button-delete" class="btn btn-danger" formaction="/{{ Auth::user()->getAdminPath() }}/">Yes</button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">No</button>
|
||||
</form>
|
||||
|
|
Reference in a new issue