summaryrefslogtreecommitdiffstats
path: root/core/command/user
diff options
context:
space:
mode:
authorClark Tomlinson <fallen013@gmail.com>2015-04-30 13:02:27 -0400
committerClark Tomlinson <fallen013@gmail.com>2015-05-18 09:45:41 -0400
commita0c6c01137a707aab58622dbfc0dba76661386da (patch)
tree7de7484e1941d1d408bfffdad39ee9afd574156a /core/command/user
parenta1e60e78823d0f00681db0a6dc62a5a157b302f4 (diff)
downloadnextcloud-server-a0c6c01137a707aab58622dbfc0dba76661386da.tar.gz
nextcloud-server-a0c6c01137a707aab58622dbfc0dba76661386da.zip
fix references to legacy encryption app name
Diffstat (limited to 'core/command/user')
-rw-r--r--core/command/user/resetpassword.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/user/resetpassword.php b/core/command/user/resetpassword.php
index 7c405592114..3e4b41c0a43 100644
--- a/core/command/user/resetpassword.php
+++ b/core/command/user/resetpassword.php
@@ -78,7 +78,7 @@ class ResetPassword extends Command {
/** @var $dialog \Symfony\Component\Console\Helper\DialogHelper */
$dialog = $this->getHelperSet()->get('dialog');
- if (\OCP\App::isEnabled('files_encryption')) {
+ if (\OCP\App::isEnabled('encryption')) {
$output->writeln(
'<error>Warning: Resetting the password when using encryption will result in data loss!</error>'
);