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:
@ -89,7 +89,7 @@ class LoginController extends Controller {
|
||||
return View::make('auth.reset')->with('token', $token);
|
||||
}
|
||||
|
||||
public function update($token)
|
||||
public function update()
|
||||
{
|
||||
$credentials = Input::only('email', 'password','password_confirmation','token');
|
||||
$response = Password::reset($credentials, function($user, $password)
|
||||
|
Reference in New Issue
Block a user