user creation api extension: Added temp password feature from admin ui into users api call
Compare changes
- Lukas Erlacher authored
+ 13
− 13
@@ -30,19 +30,19 @@ module API
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: duk3luk3
This pull request
To properly handle the more complex logic needed to make this change backwards-compatible and robust, some code had to be added. Comments were inserted where expedient.
I believe it is self-evident that adding the "generate temp password" feature that is already in the admin ui to the api call is useful. It enables for example batch-adding users with random passwords.