Skip to content

Commit

Permalink
Add a comment to Organizations and Groups spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Sep 10, 2012
1 parent a76dcab commit 5e2f6fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/oranization_group_auth.rst
Expand Up @@ -210,7 +210,11 @@ The data model will not change from how it is currently::
+------------+

The group table has a "type" field specifying if the table is an "organization"
or a "group".
or a "group".

Using the one 'group' table for both organizations and groups means you can't
have an organization and a group with the same name. This is probably a good
thing as it would be confusing for users anyway.

The member table has field called capacity which should be used as follows:

Expand Down

0 comments on commit 5e2f6fa

Please sign in to comment.