-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
The only purpose of the current database is to store users that have special right. In our case, with SAML2 we do not need to store normal user (~700 users this year, could be the same or more each year). We could split the current database into a table for "normal" user table (empty in our case, but other use case might need it) and a "special" user table.
We also need to think how special user are added in the database