Skip to content
Snippets Groups Projects
Commit f56802a4 authored by Björn Schießle's avatar Björn Schießle
Browse files

no use the recoveryPassword var instead of accessing the POST array

parent 49113058
Branches
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment