Thanks Anthony  and Massimo,

When I set the ignore_rw field, I could see these additional fields in the 
grid, however I am not able to set these fields to be visible in the header.

@auth.requires_login()      
def manageusers():
    grid = 
SQLFORM.grid(db.auth_user,ignore_rw=True,fields=(db.auth_user.first_name,db.auth_user.last_name,db.auth_user.email,db.auth_user.registration_key,))
    return dict(grid=grid)  


Is there anything else that I need to set. 

@Massimo,

Actually, I want that the admin of the site should be able to manage users 
without using the appadmin (admin panel is disabled in production).

-- 
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.

Reply via email to