Zope based Authentication. Why Why Why
Hi all, Going thru the archives of this mail list, I can't help but notice the following 1) There are many zoper who need to use a login form to authenticate users 2) Most do not like http authentication 3) ZPatterns and LoginManager are good solutions, but are not appropiate for new users (compilation required, usersourse required ... &&&& poor documentation. Why can't Zope's default authenication be form based? (cookie based, ZODB based ...) Why do we have to start with HTTP authentication? (can't logout, hard to manipulate) Why does everybody think ZPatterns/LoginManager is always the answer. (simple problem, Tough solution, overkill) Can somebody post a good form based authenication system without using ZPatterns/LoginManager. Mohan.
On 24/3/01 3:54 pm, "Mohan Baro" <mcbaro@uwimona.edu.jm> wrote:
Can somebody post a good form based authenication system without using ZPatterns/LoginManager.
Mohan.
Try UserDB - available from the Zope site. You'll need MySQL. It works for us.. Tone out. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
Mohan, There was at one time an alternative to the LoginManager/UserDB stuff that most people will suggest. It was called CookieCrumbler. Unfortunately it has been pulled from the Zope site. Luckily it is still available as part of the ZopeCMF stuff. It is a simple and not really more secure version of the standard userFolder (but it isn't a userFolder in and of itself). Try it out, it works for me when I need a simple form based login. Phil ----- Original Message ----- From: "Mohan Baro" <mcbaro@uwimona.edu.jm> To: <zope@zope.org> Sent: Saturday, March 24, 2001 4:54 PM Subject: [Zope] Zope based Authentication. Why Why Why
Hi all,
Going thru the archives of this mail list, I can't help but notice the following 1) There are many zoper who need to use a login form to authenticate users 2) Most do not like http authentication 3) ZPatterns and LoginManager are good solutions, but are not appropiate for new users (compilation required, usersourse required ... &&&& poor documentation.
Why can't Zope's default authenication be form based? (cookie based, ZODB based ...) Why do we have to start with HTTP authentication? (can't logout, hard to manipulate) Why does everybody think ZPatterns/LoginManager is always the answer. (simple problem, Tough solution, overkill)
Can somebody post a good form based authenication system without using ZPatterns/LoginManager.
Mohan.
_______________________________________________ Zope maillist - Zope@zope.org 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 )
Hi All, Does anybody know how to change the Database Connection Test Query Box size? It's been made very small since Zope 2.3.x Mohan.
participants (4)
-
Mohan Baro -
Phil Harris -
Steve Drees -
Tony McDonald