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 <[EMAIL PROTECTED]> 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



On Tue, 6 Jun 2006 23:11:18 +0200, Jegenye 2001 Bt (Miklós Prisznyák) wrote

> Hello,
>
> Is there a reusable site utility somewhere (or failing that just a howto
recipe)  for quickly providing a templatable login form?

> Thanks,
>   Miklós
>
> --
>   Miklós Prisznyák
>    Principal Consultant, owner
>    http://www.jegenye.com




_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users



_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to