Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1101 → Rev 1102

/trunk/plugins/viathinksoft/auth/A5_vts_mcf/OIDplusAuthPluginVtsMcf.class.php
28,7 → 28,7
public function verify(OIDplusRAAuthInfo $authInfo, $check_password) {
$authKey = $authInfo->getAuthKey();
 
if (str_starts_with($authKey, '$'.OID_MCF_VTS_V1.'$')) {
if (vts_crypt_version($authKey) != '0') {
return vts_password_verify($check_password, $authKey);
} else {
return false;