>>>>> "DM" == Damien Morton <[EMAIL PROTECTED]> writes:

    DM> You could always use Basic Authentication, with authentication
    DM> being done by the cgi scripts against the membership list
    DM> (emailaddress,password) rather than the webserver. As far as I
    DM> can tell, this operates somewhat like a cookie in that
    DM> identifying information is handed to the server on every
    DM> request.

Yeah, except that AFAICT, basic auth is broken in that you can't
re-authenticate yourself or un-authenticate yourself.  I.e. you need
to do `Logout', especially when you're debugging the admin
interfaces. ;)

I could be totally off base though.

-Barry

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to