Can I create a second user database?

I cannot see a reason to have 2 User collections. As suggested above, you can use “True/False” properties to differentiate a “type” of user. Other ways to do this is to create a relationship between a second collection based on the user collection.

2 Likes