[Zope] XUF - authentication problem

Sebastian Kors papst@gurkenreich.de
Thu, 04 Jul 2002 03:09:38 +0200


Horrido,

I've got a problem with exUserFolder 0.10.9 running on Zope 2.4.3.

Authentication works fine, i get the right username with <dtml-var
expr="_.SecurityGetUser().getUserName()">.
But it only works in the index_html. When i am browsing to other sites in
the same folder i am only an anonymous user. I've configured my Login Form
in this way (how discribed in the docs):

    <form action="content/news" method="post">
    <input type="text" size="10" name="__ac_name">
    <br>
    <input type="password" size="10" name="__ac_password">
    <br>
    <input type="submit" value="okay">

The cookie-based-authentication works fine (on other sites).

Can somebody kick me in the right direction?

Thanks a lot.

Sebastian Kors

"All your base are belong to us."