Verify user login before changing the password reset mail

This commit is contained in:
Lukas Reschke 2012-10-15 16:53:38 +02:00 committed by Daniel Molkentin
parent e6b8153865
commit 9aa9110fd9

View file

@ -4,6 +4,7 @@
require_once '../../lib/base.php';
OC_JSON::checkLoggedIn();
OCP\JSON::callCheck();
OC_JSON::verifyUser();
$l=OC_L10N::get('core');