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

modified:   SRC/app/Http/routes.php
	modified:   SRC/resources/views/auth/register.blade.php
	modified:   SRC/resources/views/auth/reset.blade.php
This commit is contained in:
www
2015-03-16 15:40:12 +01:00
parent fddfc69616
commit 2b1529105b
5 changed files with 17 additions and 4 deletions

View File

@ -18,7 +18,7 @@
</div>
@endif
<form class="form-horizontal" role="form" method="POST" action="/auth/register">
<form class="form-horizontal" role="form" method="POST" action="/password/reset">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group">