mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Covered everything in the user controller except configuration controlled statements.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<h3 class="panel-title">Firefly III — 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">
|
||||
|
||||
Reference in New Issue
Block a user