Vincent Stoessel wrote:

> How granular is the User class in Midgard?
> Let's say I  define 3 levels freshman, senior , professor.

Access controls are currently rather crude. I expect that to change with
the scripting backend, but that's only going to be in early alpha in two
weeks, nothing you'd want to build on now.

There are no built-in read-access controls, other than sitegroups if you
choose to use them that way. Write access control is group-bound and can
be cascaded, so:

> professor-|
>       senior-|
>               freshman

Each professor would have his own group, the owner of the senior goups
would be their professor group, and the owner of the freshman group
would be their senior group. But currently, if you want person-level
control you'll need to have a group record for each of those individual
persons.

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to