I think you are thinking about a separate public profile page. Auth does not provide but it has been discussed. I believe that is better handled at the user level code.
On Wednesday, 16 January 2013 15:49:52 UTC-6, 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 > --

