Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn for password reset when files_encryption is enabled #11696

Merged
merged 11 commits into from
Nov 19, 2014
Prev Previous commit
Next Next commit
Remove uneeded import
  • Loading branch information
LukasReschke committed Nov 17, 2014
commit 57b5c82eb74a0f6f6f8fe785d0fd05892a12ba57
1 change: 0 additions & 1 deletion core/lostpassword/controller/lostcontroller.php
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@
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;