<div>Thanks a lot indeed,&nbsp; Mats and Pete, &nbsp;both suggestions are fine. :) </div>
<div>&nbsp;</div>
<div>I think these would make a nice recipe at </div>
<div><a href="http://zope-cookbook.org">http://zope-cookbook.org</a></div>
<div>&nbsp;</div>
<div>Best, </div>
<div>&nbsp; Miklós</div>
<div><br>-- <br>&nbsp;&nbsp;Miklós Prisznyák<br>&nbsp;&nbsp; Principal Consultant, owner<br>&nbsp;&nbsp; <a href="http://www.jegenye.com">http://www.jegenye.com</a> <br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/6/7, James Taylor &lt;<a href="mailto:j.cole.taylor@gmail.com">j.cole.taylor@gmail.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Miklos,<br>It's also possible to just build your own login page, and associate it<br>with a particular content object interface.&nbsp;&nbsp;I routinely build a
<br>simple Folder derivative for my own site like class SiteBase(Folder),<br>so that it implements an interface that I can put a view in front of<br>by letting my for=&quot;my.app.interface.ISiteBase&quot;.&nbsp;&nbsp;That way you can set
<br>up your own login form to be associated with your particular site base<br>object, if you don't want the login page to have to service logins for<br>the whole of your zope3 instance, but just a particular subsite.<br><br>
Pete<br><br>On 6/7/06, mats.nordgren &lt;<a href="mailto:mats@ronin-group.org">mats@ronin-group.org</a>&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;Miklos,<br>&gt;<br>&gt; You should be able to customize the form '<a href="http://loginform.pt">
loginform.pt</a>' from<br>&gt; zope.app.authentication.browser.&nbsp;&nbsp;In the session credentials plugin you can<br>&gt; then specify the new login form name.<br>&gt;<br>&gt; Cheers,<br>&gt;<br>&gt; Mats<br></blockquote></div>