diff options
Diffstat (limited to 'core/command')
-rw-r--r-- | core/command/user/resetpassword.php (renamed from core/command/resetpassword.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/command/resetpassword.php b/core/command/user/resetpassword.php index ddff7a980d0..d7893c291e4 100644 --- a/core/command/resetpassword.php +++ b/core/command/user/resetpassword.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -namespace OC\Core\Command; +namespace OC\Core\Command\User; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; @@ -25,7 +25,7 @@ class ResetPassword extends Command { protected function configure() { $this - ->setName('resetpassword') + ->setName('user:resetpassword') ->setDescription('Resets the password of the named user') ->addArgument( 'user', |