Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-15 18:53:38 +0400
committerDaniel Molkentin <daniel@molkentin.de>2012-10-15 19:44:44 +0400
commit9aa9110fd906bc9191adbb129bf421ede77ccad7 (patch)
tree3fa0537b0c7b9922a564f0d3c730ac24ac48493f /settings
parente6b8153865a521a4750ec44016c5f22f453edfe1 (diff)
Verify user login before changing the password reset mail
Diffstat (limited to 'settings')
-rw-r--r--settings/ajax/lostpassword.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/ajax/lostpassword.php b/settings/ajax/lostpassword.php
index 2a40ba09a8a..af1a35fda4a 100644
--- a/settings/ajax/lostpassword.php
+++ b/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');