Skip to content

Commit

Permalink
QA: #5214 Basic Auth tested
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Feb 6, 2023
1 parent 558d477 commit db8ea08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/global_session.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@

/* basic auth times out when the auth provider times out */
if (read_config_option('auth_method') == 2) {
$myrefresh['seconds'] = 99999999;
$myrefresh['page'] = sanitize_uri($_SERVER['REQUEST_URI']);
$refreshIsLogout = 'false';
}

Expand Down

0 comments on commit db8ea08

Please sign in to comment.