Sorry for being out of touch. I discovered what was causing the issue 
initially. If I try to assign a value to the id or name attributes of any 
of the login form elements, the form.cust.widget will not work as expected. 
So if you have any insight into this, please let me know as it'd be helpful 
under certain circumstances to be able to do that. 

On Tuesday, August 14, 2012 10:51:12 PM UTC-7, shartha wrote:
>
> Hello, 
> Quick question:
> Instead of {{=auth.login()}}, I am using the following to be able to 
> customize my login form. However the resulting form does not work and I 
> cannot login with the same username/password that enable me to login if I 
> had used {{=auth.login()}} -- I get the flash error: Invalid Login.
>
> Could someone please tell me what's possibly going wrong? Thanks!
>
> {{form=auth.login()}}
> {{=form.custom.begin}} 
> Username:
> {{=form.custom.widget.username}}
> </br>
> Password:
> {{=form.custom.widget.password}}
> {{=form.custom.submit}} 
> {{=form.custom.end}} 
>

-- 



Reply via email to