示例#1
0
 private function doReauth($sReauthPassword)
 {
     self::debug("Captured reauth request, processing...");
     AnwCurrentSession::getUser()->authenticate($sReauthPassword);
     //throws exception
     //password is correct, reset the reauth timer
     AnwCurrentSession::resetReauth();
     self::debug("Reauth success.");
 }