Promoting user to admin with SSO #17

Open
opened 2020-11-08 09:07:58 +00:00 by decentral1se · 1 comment
Owner

Having an issue with the createAndPromote.php script. It doesn't seem to like the fact that the SSO is configured when upgrading users? I am currently looking into an SQL hack thing to upgrade my rights but it would be good to have this more streamlined.

Having an issue with the `createAndPromote.php` script. It doesn't seem to like the fact that the SSO is configured when upgrading users? I am currently looking into an SQL hack thing to upgrade my rights but it would be good to have this more streamlined.
Author
Owner

INSERT INTO user_groups ( ug_user, ug_group ) VALUES ( <ID>, 'bureaucrat' ), ( <ID>, 'sysop' ); seems to work for now.

`INSERT INTO user_groups ( ug_user, ug_group ) VALUES ( <ID>, 'bureaucrat' ), ( <ID>, 'sysop' );` seems to work for now.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/mediawiki#17
No description provided.