Skip to content

Commit

Permalink
Improve handling of profile fields
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Mar 30, 2023
1 parent 636c241 commit ba1bfb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/provisioning_api/lib/Controller/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ public function getEditableFieldsForUser(string $userId): DataResponse {
* @NoAdminRequired
* @NoSubAdminRequired
* @PasswordConfirmationRequired
* @UserRateThrottle(limit=5, period=60)
*
* @throws OCSException
*/
Expand Down Expand Up @@ -723,6 +724,7 @@ public function editUserMultiValue(
* @NoAdminRequired
* @NoSubAdminRequired
* @PasswordConfirmationRequired
* @UserRateThrottle(limit=50, period=600)
*
* edit users
*
Expand Down

0 comments on commit ba1bfb4

Please sign in to comment.