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 Tethys Platform
Hello All,
Is there a recommended way to prevent users from accessing your app? I noticed that you cannot access the apps page without logging in. However, this does not prevent users from getting to your app if they have a url.
Thanks!
alansnow21
unread,
Sep 25, 2015, 9:32:07 AM9/25/15
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
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 Tethys Platform
Yup. That is the way to do it. Use the login_required() decorator on your controller (i.e.: django view). There is also a permission_required() variant that can be used to selectively prevent viewing.