Re: Re: Deleting an id-less user
from
Rob Miller
on Mar 07, 2007 08:31 PM
On Mar 2, 2007, at 10:21 PM, Eric Thomas wrote:
> Eric Thomas <eric@...> writes:
>
>>
>>
>>
>> I've recently installed remember on a Plone 2.5.2 site and appear
>> to be
> having problems with an old user account I created.
>>
>> In ZMI, /acl_users/source_users shows the following:
>>
>> User ID Login Name
>> Password tester
>>
>> Notice, there is no User ID. If I try to select this user and
>> press 'Remove
> Users', nothing changes and there are no related log messages.
>>
>
<---SNIP--->
> Ok, I finally managed to remove the user using:
> $ ./zopectl debug
>>>> app.myportal.acl_users.source_users.doDeleteUser('')
>>>> import transaction
>>>> transaction.get().commit()
glad you got that worked out. :-).
> However, the PlonePAS tests still fail with the same results. Is
> this normal?
no, this isn't normal.. there shouldn't be any failing tests. but
i'm seeing the same result. it seems to be a PlonePAS issue, not
related to remember. i'll see if i can get those tests fixed some
time next week.
-r