Added reset password functionality, and added a random password generator function

This commit is contained in:
mwalbeck 2016-11-01 16:38:38 +01:00
parent 4fc0d5c793
commit c91765e828
8 changed files with 76 additions and 9 deletions
resources/views/shared

View file

@ -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>