/**
  * Sets the login page to redirect users to
  *
  * @param  string $url  The URL of the login page
  * @return void
  */
 public static function setLoginPage($url)
 {
     self::$login_page = $url;
 }