On Friday, December 2, 2016 at 5:38:56 AM UTC-5, Annet wrote: > > I have an application with limited functionality in which I want to access > web2py's admin interface. > > I have 3 application in the same web2py installation in which I want to > disable the admin interface. >
So, when you log into the admin app, you want to be able to see only one application but have the other three hidden/inaccessible? Why? Anyone who has access to the admin app would also be able to reveal/access the other apps anyway. Anyway, one option might be MULTI_USER_MODE, as described here: https://groups.google.com/d/msg/web2py/yY_CEMtDMKc/AQUxjjH60PIJ. You could set up a user and give them ownership of only that one app -- but the main administrator of admin would still have access to all apps. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

