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
Hi all,
My manager asked me to limit the web page accessibility for random people how to do this.
For example my app name KnowledgeBase and anyone can access iff they type https://companyname.com/KnowledgeBase gives anyone to access it by typing this link, but we want to limit our app for only authorized people. Is it possible for only one app in our administrative interface?
Thank in advance,
Elif
Dave S
unread,
Jul 10, 2020, 3:27:20 PM7/10/20
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
web2py has some pretty nice access control features; see chapter 9, especially
The most complicated part is determining whether someone is in the group. The easy way to do that is to require logging in, which is also covered in that chapter.