you have to do it checking request.args(0) in the function that provides 
auth() ....
usually it's the 
def user()

inside default.py

something like
def user():
    if request.args(0) == 'register':
        db.table.field.writable = db.table.field.readable = False
        .........
    return dict(form=auth())
should be enough to accomodate your requirements.



On Monday, April 22, 2013 7:39:07 PM UTC+2, Dragan Matic wrote:
>
> Is it possible to add extra fields into auth and not have them shown/asked 
> on the registration page but only on the user settings page?
>

-- 

--- 
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/groups/opt_out.


Reply via email to