Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Make sure to invalidate repositories cache after accepting user in Du…
Browse files Browse the repository at this point in the history
…oSecurity.
  • Loading branch information
cdujeu committed Apr 20, 2016
1 parent 59cc176 commit 2ee4102
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -145,6 +145,7 @@ public function postVerificationCode($action, $httpVars, $fileVars)
AJXP_XMLWriter::requireAuth(true);
AJXP_XMLWriter::close();
}
ConfService::getInstance()->invalidateLoadedRepositories();
}else{
AuthService::disconnect();
AJXP_XMLWriter::header();
Expand Down

0 comments on commit 2ee4102

Please sign in to comment.