how to limit who can see the webpage

18 views
Skip to first unread message

Elif Guduk

unread,
Jul 10, 2020, 1:20:56 PM7/10/20
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
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.

/dps

Reply all
Reply to author
Forward
0 new messages