Version 5.1 - All the GraphQL #32
@ -182,37 +182,6 @@ class Controller {
|
|||||||
$http->redirect($url, $code);
|
$http->redirect($url, $code);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Clear the api session
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function logout()
|
|
||||||
{
|
|
||||||
$this->response->redirect->seeOther($this->urlGenerator->full_url(''));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Show the login form
|
|
||||||
*
|
|
||||||
* @param string $status
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function login($status = "")
|
|
||||||
{
|
|
||||||
$message = "";
|
|
||||||
|
|
||||||
if ($status != "")
|
|
||||||
{
|
|
||||||
$message = $this->show_message('error', $status);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->outputHTML('login', [
|
|
||||||
'title' => 'Api login',
|
|
||||||
'message' => $message
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attempt to log in with the api
|
* Attempt to log in with the api
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user