no use the recoveryPassword var instead of accessing the POST array

remotes/origin/stable6
Björn Schießle 13 years ago
parent 4911305887
commit f56802a437
  1. 2
      apps/files_encryption/lib/helper.php

@ -146,7 +146,7 @@ class Helper
} else { // get recovery key and check the password
$util = new \OCA\Encryption\Util( new \OC_FilesystemView( '/' ), \OCP\User::getUser() );
$return = $util->checkRecoveryPassword( $_POST['recoveryPassword'] );
$return = $util->checkRecoveryPassword( $recoveryPassword );
if ( $return ) {
\OC_Appconfig::setValue( 'files_encryption', 'recoveryAdminEnabled', 1 );
}

Loading…
Cancel
Save