Merge branch 'main' into feature/organizational-unit-hierarchy
commit
208394181c
|
@ -33,6 +33,8 @@ resources:
|
|||
input: App\Dto\Input\UserInput
|
||||
uriTemplate: /users/{uuid}/reset-password
|
||||
controller: App\Controller\ResetPasswordAction
|
||||
denormalizationContext:
|
||||
groups: [ 'user:reset-password' ]
|
||||
validationContext:
|
||||
groups: [ 'user:reset-password' ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue