user creation api extension: Added temp password feature from admin ui into users api call
Compare changes
- GitLab authored
+ 7
− 14
@@ -41,7 +41,7 @@ module API
@@ -52,25 +52,16 @@ module API
@@ -78,6 +69,8 @@ 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.