You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by JD Daniels <jd...@datatrio.com> on 2003/03/09 17:21:50 UTC

Auth components

Hi everyone,

I am wondering how to automatically create a user context.

My login will create a guest user if no parameters are passed.
How do I make a guest user without calling the auth-action?

Ie, to load this page....
   <map:match pattern="testpage">
    <map:act type="auth-protect">
     <map:parameter name="handler" value="protection-handler"/>
     <map:generate src="docs/test.xml"/>
     <map:transform src="resources/styles/2html.xsl"/>
     <map:serialize/>
    </map:act>
   </map:match>

I always have to perform a login with blank fields to generate the guest
user. How do I do this automatically?

JD


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org