1 ##parameters=uuid='', password='', confirm='', **kw
2 from Products
.CMFCore
.utils
import getUtilityByInterfaceName
3 rtool
= getUtilityByInterfaceName('Products.CMFCore.interfaces.IRegistrationTool')
5 userid
, msg
= rtool
.resetPassword(uuid
, password
, confirm
)
7 context
.setStatus(False, msg
)