Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normal user useless in database #12

Open
AlexandreDubray opened this issue Dec 21, 2018 · 1 comment
Open

Normal user useless in database #12

AlexandreDubray opened this issue Dec 21, 2018 · 1 comment

Comments

@AlexandreDubray
Copy link
Member

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

@francoismichel
Copy link
Member

As this issue is more related to a special use-case of ours, what we will do is enable the use of non-SQLite databases and nothing else for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants