You can set the "readable" and "writable" attributes of fields you want to hide to False.
Anthony On Wednesday, January 16, 2013 4:49:52 PM UTC-5, Michael Gheith wrote: > > How can I limit what is shown on the profile page? Adding extra fields > isn't a problem. > > def user(): > return dict(form=auth()) > > Can I specify the fields or something: fields=['first_name', 'last_name']? > > I would really like to do it on the controller side if possible. Any help > would be much appreciated! > > > Best, > Michael Gheith > --

