mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Verify user login before changing the password reset mail
This commit is contained in:
committed by
Daniel Molkentin
parent
e6b8153865
commit
9aa9110fd9
@@ -4,6 +4,7 @@
|
||||
require_once '../../lib/base.php';
|
||||
OC_JSON::checkLoggedIn();
|
||||
OCP\JSON::callCheck();
|
||||
OC_JSON::verifyUser();
|
||||
|
||||
$l=OC_L10N::get('core');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user