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

