How is the Community member/account of StackOverflow work in terms of the ID being -1? Is it in the database? If not, how is it represented in code - is it a special instance of an account?
I am not looking for delving out privileges.
I want to replicate this so that my application has special "groups" that are defined in code and not in the database. How can this be done?
An example of what I want:
I have groups of users. In each group there is at least one user. However, I want to have an "all users group" that automatically has all the users.