Change AUTHENTICATED_USER without standard login screen
Hi, everybody! Is anyone can help me? Problem: I give access to the first page (login page) of my site to everyone (anonymous user). Than, he is entering username and password (the same as Zope's username and password) on this page. Can I change his roles (from anonymous to which one has in Zope) without standard login dialog ? (If can, how?) Many thanks, Alexander Klimovich
You should use the CookieCrumbler product. This converts Zope's standard user authentication to use cookies and a login page that you can customize. A -- Logical Progression Ltd, 3 Randolph Crescent, Edinburgh, EH3 7TH, UK Tel: +44 (0)131 466 9585 Web: http://www.logicalprogression.net/ On 6/1/03 2:06 pm, "Klimovich Alexander" <klima@belsoft.by> wrote:
Hi, everybody! Is anyone can help me?
Problem: I give access to the first page (login page) of my site to everyone (anonymous user). Than, he is entering username and password (the same as Zope's username and password) on this page. Can I change his roles (from anonymous to which one has in Zope) without standard login dialog ? (If can, how?)
Many thanks, Alexander Klimovich
Klimovich Alexander wrote at 2003-1-6 16:06 +0200:
Problem: I give access to the first page (login page) of my site to everyone (anonymous user). Than, he is entering username and password (the same as Zope's username and password) on this page. Can I change his roles (from anonymous to which one has in Zope) without standard login dialog ? (If can, how?) Apparently, you are looking for cookie based authentication.
Many user folders support it directly (but not the standard Zope User Folder). You can also use the product "CookieCrumber" to provide cookie based authentication for user folders that do not support it directly. Dieter
participants (3)
-
Andrew Veitch -
Dieter Maurer -
Klimovich Alexander