diff options
-rw-r--r-- | settings/ajax/lostpassword.php | 1 |
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'); |