Covered everything in the user controller except configuration controlled statements.

This commit is contained in:
James Cole
2014-12-31 00:57:12 +01:00
parent 578298580e
commit 7e96054dc2
9 changed files with 74 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
<h3 class="panel-title">Firefly III &mdash; Reset your password</h3>
</div>
<div class="panel-body">
{{Form::open()}}
{{Form::open(['id' => 'remindme'])}}
<div class="form-group">
<label for="inputEmail">Email address</label>
<input type="email" class="form-control" id="inputEmail" name="email" placeholder="Enter email">