Hi, Currently, Google App Engine only offers built in support for required login and admin only login, no finer grained access controls are offered.
Login required states that in order to view a page, the user must be logged in to a valid Google Account or Google Apps account, depending on your chosen authentication scheme. Admin only login means that only administrators of the application (those listed under the 'developers' section of the Admin Console) can log in. If you would like a more fine grained access control system, you would need to implement one yourself. -Marzia On Thu, Dec 11, 2008 at 5:30 AM, reyjexter <[EMAIL PROTECTED]> wrote: > > What i'm trying to do at the moment is to limit the access of the app > i'm building to close people. I want them to view the app, use it and > give me comments and ideas. I'm also having somebody to re-deseign the > application so I need them to be able to see my app while at the same > time making it not accessible by other people i do not know. > > On Dec 8, 10:08 pm, djidjadji <[EMAIL PROTECTED]> wrote: > > If your friends are admins of the app and you don't want them to do > > the things you describe why are they admins of the app? > > What are they allowed to do, beside being users of the app? > > > > 2008/12/8 reyjexter <[EMAIL PROTECTED]>: > > > > > > > > > I'm sharing my app with some friends and I want tolimitthe things > > > that they can do. For example I dont want to allow them to change the > > > version that is being published, I dont want them to add/edit/delete > > > members of the group and etc, I dont want them to view the datastore. > > > Is there a way to do this? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
