summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-10-22 10:29:26 +0200
committerLukas Reschke <lukas@owncloud.com>2014-11-17 17:50:19 +0100
commit57b5c82eb74a0f6f6f8fe785d0fd05892a12ba57 (patch)
tree8012370ddda125d86f5fdb140e2eb3ea38b50cd0 /core/lostpassword
parent60ae2894aa298cc2ee5bb2a59312303746bbd633 (diff)
downloadnextcloud-server-57b5c82eb74a0f6f6f8fe785d0fd05892a12ba57.tar.gz
nextcloud-server-57b5c82eb74a0f6f6f8fe785d0fd05892a12ba57.zip
Remove uneeded import
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/controller/lostcontroller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php
index a1a683baa70..eff7a1f5728 100644
--- a/core/lostpassword/controller/lostcontroller.php
+++ b/core/lostpassword/controller/lostcontroller.php
@@ -15,7 +15,6 @@ use \OCP\IRequest;
use \OCP\IL10N;
use \OCP\IConfig;
use OCP\IUserManager;
-use \OC\Core\LostPassword\EncryptedDataException;
use OCP\Security\ISecureRandom;
use \OC_Defaults;
use OCP\Security\StringUtils;