コード例 #1
0
ファイル: class_action.php プロジェクト: voodoo81-81/anwiki
 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.");
 }