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