Verify user login before changing the password reset mail
This commit is contained in:
parent
e6b8153865
commit
9aa9110fd9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
require_once '../../lib/base.php';
|
||||
OC_JSON::checkLoggedIn();
|
||||
OCP\JSON::callCheck();
|
||||
OC_JSON::verifyUser();
|
||||
|
||||
$l=OC_L10N::get('core');
|
||||
|
||||
|
|
Loading…
Reference in a new issue