[Zope-CMF] Set properties on other users.
Chris Withers
chrisw@nipltd.com
Mon, 17 Sep 2001 22:05:45 +0100
Hi,
If I've got an admin screen where an administrator can set the properties
(username, password, etc) of members, what method should I use to change those
properties?
The closest I can find is portal_registration.setProperties(), but that onyl
allows me to set the properties of the currently logged in user.
Should I subclass the registration tool and add a setOthersProperties method or
is there somethign I'm missing?
cheers,
Chris