Mailing List Archive

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 )
Re: Logging a user onto zope [ In reply to ]
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.peterson@crary.com

> -----Original Message-----
> From: zope-bounces+jeff.peterson=crary.com@zope.org [mailto:zope-
> bounces+jeff.peterson=crary.com@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: Logging a user onto zope [ In reply to ]
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.peterson@crary.com


> -----Original Message-----
> From: zope-bounces+jeff.peterson=crary.com@zope.org [mailto:zope-
> bounces+jeff.peterson=crary.com@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 )