Déplacement pour eggification.
[Plinn.git] / skins / control / reset_password_control.py
diff --git a/skins/control/reset_password_control.py b/skins/control/reset_password_control.py
deleted file mode 100644 (file)
index f903e24..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-##parameters=uuid='', password='', confirm='', **kw
-from Products.CMFCore.utils import getUtilityByInterfaceName
-rtool = getUtilityByInterfaceName('Products.CMFCore.interfaces.IRegistrationTool')
-
-msg = rtool.resetPassword(uuid, password, confirm)
-if msg :
-    return context.setStatus(False, msg)
-else :
-    return True
\ No newline at end of file