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

Creating an admin user requires manual SQL insert #5

Open
alechirsch opened this issue Apr 20, 2016 · 0 comments
Open

Creating an admin user requires manual SQL insert #5

alechirsch opened this issue Apr 20, 2016 · 0 comments

Comments

@alechirsch
Copy link
Member

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

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

No branches or pull requests

1 participant