whatever condition you choose, and however you decide to implement what you want, the readable attributes will help you accomplish what you want. You can search for more information here: http://web2py.com/book/default/section/6/4?search=readable
On Jun 27, 7:59 pm, Giuseppe Luca Scrofani <[email protected]> wrote: > I don't have a profile controller, just the default user(): > I have to create a profile(): def in default.py and set this option in > this new def? > > Thanks for answering :) > > > db.auth.myfield.readable = False > > > In your profile controller, set it to True;

