[Zope-PTK] Membership 0.6.0 (and user object format)

Kevin Dangoor kid@kendermedia.com
Mon, 19 Jun 2000 23:42:38 -0400


----- Original Message -----
From: "Bill Anderson" <bill@libc.org>
To: "Kevin Dangoor" <kid@kendermedia.com>
Cc: <zope-ptk@zope.org>
Sent: Monday, June 19, 2000 11:04 PM
Subject: Re: [Zope-PTK] Membership 0.6.0 (and user object format)


> This new stuff (not sure what the cause is) creates a serious problem on
> my CVS (today) Dump. /manage somehow gets mapped to /loggedIn ?? This
> means I can't log in to the manage interface anymore. So, to get around
> it:

Yuck. I didn't test against the PTK, I only tested in a PTK-free
environment. AFAIK, I didn't change anything that would cause the behavior
you're describing. I'll try to play with it in my PTK Zope tomorrow.

> I'm going to study the LM API so I can come up with some user management
> stuff as soon as the User Object stuff is settled.

Excellent! I'll be able to spend some time with DataSkins, then :)

To delete a user, delItem(id) should do the trick.

To change a user's password, check out the password change code in
PersistentUserSource.py. I believe the code in there requires Manager
permission to run, but will allow a manager to change any user's
password/roles.

Kevin