user creation api extension: Added temp password feature from admin ui into users api call
Compare changes
- Lukas Erlacher authored
Several tests for the /user api call were succeeding for the wrong reason. The tests were all missing required parameters, so the api would return an error because of that and not because of the specific condition intended to be tested. Also fixed a small typo.
+ 5
− 5
@@ -71,26 +71,26 @@ describe API::API do