[Zope] Logging a user onto zope

2010-09-20 Thread Richard Harley
Hello all

I'm trying to log someone onto Zope not using acl_users - how does this 
work? Ideally I want to pass variables through a logon page, 
authenticate against a postgres table then let the user have access to a 
certain folder. I tried ExUserFolder but it seems over the top for what 
I want and very dtml-heavy.

Thanks
Richard
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Logging a user onto zope

2010-09-20 Thread Jeff Peterson
http://www.zope.org/Products/PluggableAuthService/

--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.
237 12th St NW
West Fargo, ND 58078
P: 701-499-5928
E: jeff.peter...@crary.com

 -Original Message-
 From: zope-bounces+jeff.peterson=crary@zope.org [mailto:zope-
 bounces+jeff.peterson=crary@zope.org] On Behalf Of Richard Harley
 Sent: Monday, September 20, 2010 10:35 AM
 To: zope@zope.org
 Subject: [Zope] Logging a user onto zope
 
 Hello all
 
 I'm trying to log someone onto Zope not using acl_users - how does this
 work? Ideally I want to pass variables through a logon page,
 authenticate against a postgres table then let the user have access to
 a
 certain folder. I tried ExUserFolder but it seems over the top for what
 I want and very dtml-heavy.
 
 Thanks
 Richard
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Logging a user onto zope

2010-09-20 Thread Jeff Peterson
Sorry, new releases are on pypi now: 
http://pypi.python.org/pypi/Products.PluggableAuthService


--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.
237 12th St NW
West Fargo, ND 58078
P: 701-499-5928
E: jeff.peter...@crary.com


 -Original Message-
 From: zope-bounces+jeff.peterson=crary@zope.org [mailto:zope-
 bounces+jeff.peterson=crary@zope.org] On Behalf Of Richard Harley
 Sent: Monday, September 20, 2010 10:35 AM
 To: zope@zope.org
 Subject: [Zope] Logging a user onto zope
 
 Hello all
 
 I'm trying to log someone onto Zope not using acl_users - how does this
 work? Ideally I want to pass variables through a logon page,
 authenticate against a postgres table then let the user have access to
 a
 certain folder. I tried ExUserFolder but it seems over the top for what
 I want and very dtml-heavy.
 
 Thanks
 Richard
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )