Fixes and implementation of forgot password
This commit is contained in:
@@ -202,4 +202,18 @@ class UserController extends Controller
|
||||
|
||||
return redirect()->route("root.index");
|
||||
}
|
||||
|
||||
/*******************************************/
|
||||
/* Forgot password */
|
||||
/*******************************************/
|
||||
|
||||
public function showForgot(){
|
||||
return Response::detect('users.forgot');
|
||||
}
|
||||
|
||||
public function forgot(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user