Disabling accounts or changing passwords

5 messages Options
Embed this post
Permalink
pshute () Disabling accounts or changing passwords
Reply Threaded More More options
Print post
Permalink
I'm still running Plone 2.03, so the answer to these questions may be
different for later versions.

I've often created members and manually assigned passwords for them, but
have only recently needed to disable a member account.  I don't wish to
delete the account or modify roles, etc.

There seems to be no way to simply disable an account.

And there seems to be no way to change a password other than to "reset"
it, which gives them a random password and emails it to them.  I guess I
need to change their email address to mine and reset the password.

Is there any other way to disable an account or change a password?

Peter Shute

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
ajung () Re: Disabling accounts or changing passwords
Reply Threaded More More options
Print post
Permalink


--On 5. März 2008 16:59:05 +1100 Peter Shute <[hidden email]> wrote:

> I'm still running Plone 2.03, so the answer to these questions may be
> different for later versions.
>
> I've often created members and manually assigned passwords for them, but
> have only recently needed to disable a member account.  I don't wish to
> delete the account or modify roles, etc.
>
> There seems to be no way to simply disable an account.
>
> And there seems to be no way to change a password other than to "reset"
> it, which gives them a random password and emails it to them.  I guess I
> need to change their email address to mine and reset the password.
You can change user passwords directly on the Zope level. ZMI -> acl_users.

> Is there any other way to disable an account or change a password?

Customize the login script and introduce some kind of blacklist
holding the related user accounts that are no longer permitted tol login.

-aj

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users

attachment0 (201 bytes) Download Attachment
Yuri-11 () Re: Disabling accounts or changing passwords
Reply Threaded More More options
Print post
Permalink
Andreas Jung wrote:

>
>
> --On 5. März 2008 16:59:05 +1100 Peter Shute <[hidden email]> wrote:
>
>> I'm still running Plone 2.03, so the answer to these questions may be
>> different for later versions.
>>
>> I've often created members and manually assigned passwords for them, but
>> have only recently needed to disable a member account.  I don't wish to
>> delete the account or modify roles, etc.
>>
>> There seems to be no way to simply disable an account.
>>
>> And there seems to be no way to change a password other than to "reset"
>> it, which gives them a random password and emails it to them.  I guess I
>> need to change their email address to mine and reset the password.
>
> You can change user passwords directly on the Zope level. ZMI ->
> acl_users.
>
>> Is there any other way to disable an account or change a password?
>
> Customize the login script and introduce some kind of blacklist
> holding the related user accounts that are no longer permitted tol login.

what if they log via basic auth and not cookies? :)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
pshute () Re: Disabling accounts or changing passwords
Reply Threaded More More options
Print post
Permalink
In reply to this post by pshute


[hidden email] wrote on :
 

> --On 5. März 2008 16:59:05 +1100 Peter Shute
> <[hidden email]> wrote:
>
>> I'm still running Plone 2.03, so the answer to these questions may
>> be different for later versions.
>>
>> I've often created members and manually assigned passwords for them,
>> but have only recently needed to disable a member account.  I don't
>> wish to delete the account or modify roles, etc.
>>
>> There seems to be no way to simply disable an account.
>>
>> And there seems to be no way to change a password other than to
>> "reset" it, which gives them a random password and emails it to them.
>> I guess I need to change their email address to mine and reset the
>> password.
>
> You can change user passwords directly on the Zope level. ZMI ->
> acl_users.

Thanks for that, but I don't see how to do it in acl_users.  If I select acl_users, I see a list of users.  If I select one, I see no option to change their password.

I also noticed that since I reset the user's password by the method I mentioned, all their group memberships have disappeared.  Is that normal?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
ajung () Re: Disabling accounts or changing passwords
Reply Threaded More More options
Print post
Permalink


--On 7. März 2008 14:18:37 +1100 Peter Shute <[hidden email]> wrote:

>
>
> [hidden email] wrote on :
>
>> --On 5. März 2008 16:59:05 +1100 Peter Shute
>> <[hidden email]> wrote:
>>
>>> I'm still running Plone 2.03, so the answer to these questions may
>>> be different for later versions.
>>>
>>> I've often created members and manually assigned passwords for them,
>>> but have only recently needed to disable a member account.  I don't
>>> wish to delete the account or modify roles, etc.
>>>
>>> There seems to be no way to simply disable an account.
>>>
>>> And there seems to be no way to change a password other than to
>>> "reset" it, which gives them a random password and emails it to them.
>>> I guess I need to change their email address to mine and reset the
>>> password.
>>
>> You can change user passwords directly on the Zope level. ZMI ->
>> acl_users.
>
Please look carefully. It obvious that you'll find the user accounts under
'source_users' and there is definitely a 'Password' link for each account
within the Plone site.

Andreas

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users

attachment0 (201 bytes) Download Attachment