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-16 01:50:12 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-10-16 01:50:12 +0400
commite3054b6201f477f22d512280823a6d702c4655c2 (patch)
tree17b0860c8eecb7a2c79d32c4dbb811dd6decd60c /settings
parentf475ed5cc1733ae768f0f7518a70e88977d33f75 (diff)
Revert "Verify user login before changing the password reset mail"
This reverts commit 9aa9110fd906bc9191adbb129bf421ede77ccad7.
Diffstat (limited to 'settings')
-rw-r--r--settings/ajax/lostpassword.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/ajax/lostpassword.php b/settings/ajax/lostpassword.php
index af1a35fda4a..2a40ba09a8a 100644
--- a/settings/ajax/lostpassword.php
+++ b/settings/ajax/lostpassword.php
@@ -4,7 +4,6 @@
require_once '../../lib/base.php';
OC_JSON::checkLoggedIn();
OCP\JSON::callCheck();
-OC_JSON::verifyUser();
$l=OC_L10N::get('core');