http://code.google.com/p/web2py/issues/list

In the meantime, you might change your user() function to something like 
this:

def user():
    form = auth()
    if isinstance(form, FORM):
        form['_id'] = 'auth_%s__form' % request.args(0)
    return dict(form=form)

Anthony

On Wednesday, June 27, 2012 7:18:52 PM UTC-4, RKS wrote:
>
> Don't want to be a prude but do you happen to have that URL handy?
>
> On Wednesday, June 27, 2012 6:00:11 PM UTC-5, Massimo Di Pierro wrote:
>>
>> Make a proposal on googlecode issues
>>
>> On Wednesday, 27 June 2012 16:41:23 UTC-5, RKS wrote:
>>>
>>> I think it might be pretty simple just to add a class or id to the 
>>> auth.user forms by default. It's unsemantic to have to wrap it in a div 
>>> just to target those specific inputs or tedious to target them in the 
>>> stylesheet by #auth_user_first_name__row input {} etc or by the 
>>> #auth_user_first_name__label etc when I want every single one to look the 
>>> same. Much easier to target #w2p_auth_login__form input etc.
>>>
>>

Reply via email to