[Zope3-Users] Form-based login utility
Jegenye 2001 Bt (Miklós Prisznyák)
jegenye2001 at gmail.com
Wed Jun 7 13:15:56 EDT 2006
Thanks a lot indeed, Mats and Pete, both suggestions are fine. :)
I think these would make a nice recipe at
http://zope-cookbook.org
Best,
Miklós
--
Miklós Prisznyák
Principal Consultant, owner
http://www.jegenye.com
2006/6/7, James Taylor <j.cole.taylor at gmail.com>:
>
> Miklos,
> It's also possible to just build your own login page, and associate it
> with a particular content object interface. I routinely build a
> simple Folder derivative for my own site like class SiteBase(Folder),
> so that it implements an interface that I can put a view in front of
> by letting my for="my.app.interface.ISiteBase". That way you can set
> up your own login form to be associated with your particular site base
> object, if you don't want the login page to have to service logins for
> the whole of your zope3 instance, but just a particular subsite.
>
> Pete
>
> On 6/7/06, mats.nordgren <mats at ronin-group.org> wrote:
> >
> > Miklos,
> >
> > You should be able to customize the form 'loginform.pt' from
> > zope.app.authentication.browser. In the session credentials plugin you
> can
> > then specify the new login form name.
> >
> > Cheers,
> >
> > Mats
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060607/6c091224/attachment.htm
More information about the Zope3-users
mailing list