inblockio / aqua-PKC

Create your own Data Vault called "Personal Knowledge Container". A system implementing the Aqua Protocol for sovereign data management. Suitable for individuals and organisations alike.
https://pkc.inblock.io/
Apache License 2.0
11 stars 4 forks source link

Create and Promote User script fails - Provider missing? #141

Open FantasticoFox opened 5 months ago

FantasticoFox commented 5 months ago

The script create_and_promote_user.sh is important for us for test deployments and administration of related test accounts. Currently the script does not function.

The underlaying functionality is https://www.mediawiki.org/wiki/Manual:CreateAndPromote.php which fails if run with:

sudo docker exec micro-pkc-mediawiki php maintenance/createAndPromote.php testuser mypassword --sysop my_wiki: Creating and promoting User:testuser into sysop...

[fc613ae78c76492234795ddd] [no req] PasswordError: The authentication data change was not handled. Maybe no provider was configured? Backtrace: from /var/www/html/maintenance/createAndPromote.php(140)

0 /var/www/html/maintenance/includes/MaintenanceRunner.php(309): CreateAndPromote->execute()

1 /var/www/html/maintenance/doMaintenance.php(85): MediaWiki\Maintenance\MaintenanceRunner->run()

2 /var/www/html/maintenance/createAndPromote.php(166): require_once(string)

3 {main}

it-spiderman commented 5 months ago

You cannot use this script with OIDC setups. You can temporarely disable OIDC, run the script and re-enable. But even if you created the user, how will you login with this user later?

FantasticoFox commented 5 months ago

Using the public key as username.

FantasticoFox commented 1 month ago

This was replaced with the following script which needs to be run within the mediawiki container:

In docker container run: php extensions/DataAccounting/maintenance/createSysopUser.php \<username>