Note that I am using a custom form. I have been trying different changesets 
but can't seem to pinpoint the problem in my code or web2py.

{{elif request.args(0)=='request_reset_password':}}
    <h2>Reset Password</h2>
    <div id="user_form">
        {{=form.custom.begin}}
        <p><label for="auth_user_email" id="auth_user_email__label">Email: 
</label><br>
        {{=form.custom.widget.email}}</p>
        <p><input type="submit" value="reset password" /></p>
        {{=form.custom.end}}
    </div>

Reply via email to