Bug 37095 - Add a cli for creating a user that returns the user + an api key
Summary: Add a cli for creating a user that returns the user + an api key
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jake Deery
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-14 15:33 UTC by Martin Renvoize (ashimema)
Modified: 2024-06-23 20:38 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?