Verify user login before changing the password reset mail

remotes/origin/stable5
Lukas Reschke 13 years ago committed by Daniel Molkentin
parent e6b8153865
commit 9aa9110fd9
  1. 1
      settings/ajax/lostpassword.php

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

Loading…
Cancel
Save