summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/passwd.py
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2009-06-16 14:38:27 +0200
committerRob Crittenden <rcritten@redhat.com>2009-07-02 13:33:02 -0400
commitb6cfae46e4625cc27544f58de7d0f13b8700f143 (patch)
tree8d1cd142044f477c765ec95d5dd229092e312bc7 /ipalib/plugins/passwd.py
parente1e1db9c9fc71c88e847aba8a9a02bc383317c18 (diff)
downloadfreeipa-b6cfae46e4625cc27544f58de7d0f13b8700f143.tar.gz
freeipa-b6cfae46e4625cc27544f58de7d0f13b8700f143.tar.xz
freeipa-b6cfae46e4625cc27544f58de7d0f13b8700f143.zip
Rename plugins2 to plugins.
Diffstat (limited to 'ipalib/plugins/passwd.py')
-rw-r--r--ipalib/plugins/passwd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/passwd.py b/ipalib/plugins/passwd.py
index 07e4cc30..6c339856 100644
--- a/ipalib/plugins/passwd.py
+++ b/ipalib/plugins/passwd.py
@@ -25,7 +25,7 @@ from ipalib import Command
from ipalib import Str, Password
-class passwd2(Command):
+class passwd(Command):
"""
Change user password.
"""
@@ -74,5 +74,5 @@ class passwd2(Command):
textui.print_name(self.name)
textui.print_dashed('Changed password for "%s."' % principal)
-api.register(passwd2)
+api.register(passwd)