You might take a look at the CookieCrumbler product. It does pretty much what you seem to want & manages much of the hard stuff. On Tue, 3 May 2005, Phillip Hutchings wrote:
On 03/05/05, u1207440 <u1207440@nccu.edu.tw> wrote:
I have created a login form an a few users in acl_users, both exists in a ordered folder called conference. My login Form post to a login dtml method and login dtml method redirect me to another page. Even though the user exists and username and password is correct, somehow zope won't redirect me. The login query window pops out three time and in the end it denied me "You are not allowed to access '....' in this context". Can someone help me, is there any thing I have to set?? should I move all the files into the root??
It sounds like you're calling a method that's either restricted or set to a non-anonymous access level.
What product are you using to allow you to use forms to log in?
Can you post the DTML code?