[Zope] exUserFolder

Michael Long mlong@datalong.com
Tue, 11 Feb 2003 14:43:48 -0500


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