We are also facing same issue for http://radbox.me/ for this. The code
used is

        <div class="logForm" style="display: none;" id="signInForm">
            {{=auth.login()}}
            <p>{{=A('Forgot password?',
_href=URL(request.application,'account','user/retrieve_password'))}}</
p>
        </div>

        <div class="logForm" style="display: none;" id="regForm">
            {{=auth.register()}}
            By registering, you confirm that you accept our <a
href="{{=URL(request.application, 'support', 'tos')}}">Terms of
service</a>.
        </div>
I can only see class for auth_user_password_two__row, for all other
fields ids are used.

Thanks
Tarun

On May 13, 6:36 pm, mdipierro <[email protected]> wrote:
> please post an example of the controller and view. If I understand the
> problem, this should work.
>
> On May 13, 1:54 am, Rohan <[email protected]> wrote:
>
> > i am using  latest version 1.77.3 (2010-04-20 02:48:54)
>
> > On May 12, 8:29 pm, mdipierro <[email protected]> wrote:
>
> > > This was fixed. What version of web2py are you using?
>
> > > On May 12, 5:51 am, Rohan <[email protected]> wrote:
>
> > > >  I am using auth.login and auth.register forms on a single page and it
> > > > is resulting in duplicate ids for email and password rows.
> > > > similar discussions were going on this 
> > > > threadhttp://groups.google.com/group/web2py/browse_frm/thread/e43c1203d8749630
> > > > Is there any update on this?

Reply via email to