diff options
author | kondou <kondou@ts.unde.re> | 2014-05-12 16:10:59 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-05-12 16:10:59 +0200 |
commit | e5e77b370a64c8e391d64a2924f49feee284eac2 (patch) | |
tree | f41c289b215e22d4798a8ea9c7bea42092cc89f7 /core/register_command.php | |
parent | 011bd0a1c47e32fb9df9fdd63524d24b04a7ae14 (diff) | |
download | nextcloud-server-e5e77b370a64c8e391d64a2924f49feee284eac2.tar.gz nextcloud-server-e5e77b370a64c8e391d64a2924f49feee284eac2.zip |
Make ResetAdminPass to ResetPassword
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/register_command.php b/core/register_command.php index ef5456a1bd1..44d7dbccba1 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -10,7 +10,7 @@ $application->add(new OC\Core\Command\Status); $application->add(new OC\Core\Command\Db\GenerateChangeScript()); $application->add(new OC\Core\Command\Upgrade()); -$application->add(new OC\Core\Command\ResetAdminPass()); +$application->add(new OC\Core\Command\ResetPassword()); $application->add(new OC\Core\Command\Maintenance\SingleUser()); $application->add(new OC\Core\Command\App\Disable()); $application->add(new OC\Core\Command\App\Enable()); |