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 py4web
Hi all,
On my app's SETTINGS.PY :
...
ALLOWED_ACTIONS = ["login", "logout", "profile"]
...
But I still see options 'Sign up' and 'Change Password', on my site.
Am I misunderstanding this setting ?
A.Pinho
jonatha...@whatho.net
unread,
Jun 4, 2025, 9:50:13 AM6/4/25
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 py4web
I believe you also have to edit the auth.html template to only include in the menu the actions you have selected.
Good luck,
Jonathan
José Pinho
unread,
Jun 4, 2025, 12:17:17 PM6/4/25
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 py4web
Hi Jonathan,
Yes, I did resort to change my LAYOUT.HTML (AUTH.HTML basically just extends it), but it seemed unnatural to do so, given that a setting existed, that's why i asked.
Thx
Dave S
unread,
Jul 26, 2025, 2:49:38 PM7/26/25
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 py4web
On Wednesday, June 4, 2025 at 9:17:17 AM UTC-7 José Pinho wrote:
Hi Jonathan,
Yes, I did resort to change my LAYOUT.HTML (AUTH.HTML basically just extends it), but it seemed unnatural to do so, given that a setting existed, that's why i asked.