Re: [Zope] exUserFolder
You may disregard my previous message. I have discovered that this works when using cookie based authentication but not with standard basic authentication. I guess I need to read the docs again to understand why. -mike
Hi all,
I have installed exUserFolder and am now trying to build a form to log into the site. For some reason it is not working. What am I missing? The form is shown below:
<html>
<h1 tal:content="user/getUserName|default">UserName</h1>
<form action="testLogin"> Name: <input type="text" size="20" name="__ac_name"><br> Password: <input type="password" size="20" name="__ac_password"> <input type="submit" value="Log in"> </form>
</html>
tia, Mike
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Michael Long