Hi, still very new to TG and learning a lot.  I was hoping to use the
AdminController to test my model, and learn more about TG.  We are
trying to wedge an existing SQLAlchemy model from an existing project
into TG.  I thought it would be a quick way to verify everything is
working.

When I connect to admin I get a flash message:
    Current user must belong to the group "managers"

I see in the docs, you can override AdminController with:

class myAdminController(AdminController):
    allow_only = has_permission('manage')

But I cannot find in the docs what strings has_permission takes.  What
can I put there for: has_permission('all')

Thanks, and please bare with me as I am learning!

- Ryan


P.S.  I would just use auth, if I understood it better.  I had a lot
of
trouble with auth, trying to connect to our AD ldap server.  After
sinking WAY too much time into it, I decided to shelve that for a
later
date, but apparently AdminController expects it.   :(

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to