You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I added a few fields to auth_user, but they are for internal usage, so I don't want users to see those when they are logged in. How do I manage the visibility of the fields in the user profile?
Jim S
unread,
Jun 8, 2022, 3:01:24 PM6/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Can you just set readable and writable to False?
-Jim
Gaurav Vichare
unread,
Jun 9, 2022, 8:54:26 AM6/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
In controllers/default.py, inside user function set readable and writable to False for the fields that you want to hide.