Tried searching on this but couldn't find anything.
Are there any plans to implement a group lookup table? So I can have a table with a groupID and groupName field? Right now, it seems, the code will only associate groups with groupIDs for users that already exist in the database. But, right now, I have all users defaulted to groupID 1, but I want groupID 1, 2, 3 and 4. And I want names for the groups, so people can be aware of what group they are in by name, not by ID.
Am I missing something here?
EDIT: Ok, so after looking at the help file (I need to look at that before I post), I noticed that it seems you're expecting the group field to be text. I think that's very bad design. Database designs are best with lookups, and being able to manage groups dynamically, using a groupID/groupName table is MUCH better. Should I add this to the Suggestions forums?