Skip to content

A way to distinguish between normal user and admin user

Simply a bool-field to our DB to tell if the user is admin. This will be managed directly in DB, no user interface is required in MVP.

Edited by javalkon