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
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.