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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Having an issue with the
createAndPromote.phpscript. 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.INSERT INTO user_groups ( ug_user, ug_group ) VALUES ( <ID>, 'bureaucrat' ), ( <ID>, 'sysop' );seems to work for now.