You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current set up if a user needs to be a site administrator, the user would need to log into the database container and run a manual INSERT on the "Admin" table.
INSERT INTO Admin (uid) values (4);
Where "4" is the users id
The text was updated successfully, but these errors were encountered:
With the current set up if a user needs to be a site administrator, the user would need to log into the database container and run a manual INSERT on the "Admin" table.
INSERT INTO Admin (uid) values (4);
Where "4" is the users id
The text was updated successfully, but these errors were encountered: