Hi there,

I will use sfGuardPlugin the first time soon, but I'm having trouble
designing the logic and the backend.

I'm having a User table which will be the sfGuard profile table, a
Projects table and a User_Projects table, since a User can be member
of multiple projects. The User_Projects table has an isAdmin field
(Enum 0,1) which defines whether a user is a project admin of a
specific project. The User table has a isSuperAdmin.

A SuperAdmin can create/edit/delete projects and turn regular project
users into ProjectAdmins (and vice versa). A ProjectAdmin can add or
remove regular user to/from projects.

How would you design the backend with sfGuardPlugin?

Cheers,
Ingmar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to