Bug 37095

Summary: Add a cli for creating a user that returns the user + an api key
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Command-line UtilitiesAssignee: Jake Deery <jake.deery>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jake.deery, robin
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Martin Renvoize (ashimema) 2024-06-14 15:33:42 UTC
We have the create_superlibrarian script, but it would be nice to have a more generic create_user script where one could pass a list of permissions to assign to that user and also ask for an API key to be generated and returned too.
Comment 1 Katrin Fischer 2024-06-23 20:38:34 UTC
Hi, is this similar to Paul's work on bug 37025 maybe?