modified: SRC/app/Http/Controllers/LoginController.php

modified:   SRC/resources/views/auth/reset.blade.php
This commit is contained in:
sidya82
2015-02-19 12:30:16 +01:00
parent bfbe7809d7
commit 6ccba8eeba
2 changed files with 8 additions and 1 deletions

View File

@ -21,6 +21,13 @@
<form class="form-horizontal" role="form" method="POST" action="/password/reset/{{ $token }}">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<input type="hidden" name="token" value="{{ $token }}">
<div class="form-group">
<label class="col-md-4 control-label">Email</label>
<div class="col-md-6">
<input type="text" class="form-control" name="email">
</div>
</div>
<div class="form-group">