[Zope] lost zope password

2009-09-24 Thread Jel Coward
Hi I am new around here. If I am not in the right place then please feel free to point me elsewhere. I have a site running Plone. The admin/manager password for zope is lost. I followed the instructions here after googling a bit:

Re: [Zope] lost zope password

2009-09-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jel Coward wrote: Hi I am new around here. If I am not in the right place then please feel free to point me elsewhere. I have a site running Plone. The admin/manager password for zope is lost. I followed the instructions here

[Zope] lost zope password - resolved

2009-09-24 Thread Jel Coward
Hi all Just an update. Zope wasn't getting restarted by ../bin/instance restart .but about an hour ago I tried manually killing all the zope processes and then starting zope..and all is good now :) Thanks to those who emailed. -- Jel ___

[Zope] Password expiration

2006-11-14 Thread Sinang, Danny
Hello, "Out of the box", is Zope able to do password-expiration ? Or do I needan authentication product to do this ? Will this external product be able to effectpassword expirationon existing acl_user folder users ? Regards, Danny ___ Zope

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

[Zope] Password Protection

2005-05-06 Thread Phil Beardmore
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 want to use our LDAP server for authentication. I

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
file on your system, which may be a security issue. HTH, Eric. // -Original Message- // From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of // Jonathan Desp // Sent: Saturday, July 29, 2000 3:21 PM // To: [EMAIL PROTECTED] // Cc: zope zope zope // Subject: [Zope] password // // //

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

[Zope] password

2000-07-29 Thread Jonathan Desp
in. __ What I should write in this source code from zpasswd ? -- """Zope password change system""" __version__='$Revision: 1.8 $ '[11:-2] import sys, string, sha, binascii, whrandom, getopt, getpass, os try: from crypt import crypt except Impo