Max M writes:
 > I just wondered if there is an "AUTHENTICATED_USER.authenticate(userName,
 > password)" that I could call from a form. And then bypass all that IIS mumbo
 > jumbo completely.
 > 
 > Guess I will have to dig the sources.
I fear, you will not have much success with this.

You will habe been rejected ("Unauthorized") before you have
any chance to do something in the request.


Furtunately, there is an easy solution: Use a cookie based user folder.

As IIS almost surely will pass cookies, you have won.

Only problem: people like me do not trust cookies and
may have disabled them.
For such people, there will be no way to log in into your site.


Dieter

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to