Was this problem addressed, or is there are workaround for this? I am currently trying to implement something very similar, where both auth.login() and auth.register() forms are on the same page. Currently, they produce duplicate ID's (ex. both login and register password inputs have the id of "auth_user_password").
On Tuesday, May 18, 2010 6:28:56 AM UTC-7, mdipierro wrote: > > I am on the case... > > On May 18, 1:15 am, Tarun <[email protected]> wrote: > > We are also facing same issue forhttp://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? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

