Re: [Zope] Password expiration

2006-11-14 Thread Andreas Jung
--On 15. November 2006 11:11:53 +0800 Sinang, Danny [EMAIL PROTECTED] wrote: Hello, Out of the box, is Zope able to do password-expiration ? No -aj pgp0gIxrDues4.pgp Description: PGP signature ___ Zope maillist - Zope@zope.org

Re: [Zope] Password expiration

2006-11-14 Thread robert rottermann
zope by it self can not do such an expiration. there is a product for plone cmfmeber (now in transition to become obsolete and replaced by membrane) that treats a user like some portal content that can be controlled by a workflow, expiration date and so on. I do not know whet the state of

Re: [Zope] Password Protection

2005-05-06 Thread Jens Vagelpohl
On May 6, 2005, at 12:08 , Phil Beardmore wrote: This may be a really simple thing to do (but I'm a bit stuck and searched the web but found no answers). I have a Plone site working great. I have a folder which I wish to password protect (and all of the data in the folder). Thing is, I

Re: [Zope] Password Protection

2005-05-06 Thread Andreas Pakulat
On 06.Mai 2005 - 12:44:24, Jens Vagelpohl wrote: On May 6, 2005, at 12:08 , Phil Beardmore wrote: This may be a really simple thing to do (but I'm a bit stuck and searched the web but found no answers). I have a Plone site working great. I have a folder which I wish to password

Re: [Zope] Password Protection

2005-05-06 Thread Andrew Milton
+---[ Andreas Pakulat ]-- | On 06.Mai 2005 - 12:44:24, Jens Vagelpohl wrote: | | On May 6, 2005, at 12:08 , Phil Beardmore wrote: | | This may be a really simple thing to do (but I'm a bit stuck and searched | the web but found no answers). I have a Plone site

Re: [Zope] Password Protection

2005-05-06 Thread Jens Vagelpohl
On May 6, 2005, at 1:24 , Andreas Pakulat wrote: There is nothing you set up to make Zope use a user folder. It will automatically be consulted. As long as the object has an id of acl_users. Umh, no. First of all, all user folders have that ID. If not, they are not user folders. Secondly, the

Re: [Zope] Password Protection

2005-05-06 Thread Jens Vagelpohl
On May 6, 2005, at 1:26 , Andrew Milton wrote: | There is nothing you set up to make Zope use a user folder. It will | automatically be consulted. | | As long as the object has an id of acl_users. And the containing folder has __allow_groups__ attribute set to that user folder. In fact

Re: [Zope] Password Protection

2005-05-06 Thread Jens Vagelpohl
On May 6, 2005, at 2:23 , Phil Beardmore wrote: Hi Guys, still cant get it to work. Is it okay to have multiple ACL_users folders? Basdically I want to grant access to Folder A to all users in one tree of our LDAP server, then grant access to Folder B to all users in another Tree. I can

[Zope] Confusing posts (was Re: [Zope] password)

2000-07-30 Thread jan
Jonathan Desp wrote: Hi, the program zpasswd prompt. ... Filename is not option, and should be the name of the file to store the information in. ... What I should write in this source code from zpasswd ? -- What is your question, now? Generally, you should not write anything

RE: [Zope] password

2000-07-30 Thread Eric L. Walstad
Hi Jonathan, Try this from the console: python zpasswd.py --username="superuser" --password="TheNewPassword" "access" This is documented in the Zope installation files. Note that doing it this way, the command line will be stored in the command line buffer file on your system, which may be a

Re: [Zope] password

2000-07-30 Thread Bill Anderson
"Eric L. Walstad" wrote: Hi Jonathan, Try this from the console: python zpasswd.py --username="superuser" --password="TheNewPassword" "access" This is documented in the Zope installation files. Note that doing it this way, the command line will be stored in the command line