Skip to content

Fix password reset

Daniel Gerhardt requested to merge fix-password-reset into master

The password reset failed with an 401 authentication error. The controller still used a method which is not available in the secure service. To fix this issue, the retrieval of the user profile was moved from the controller method to the service method.

Closes: #99 (closed)
Regression-MR: !345 (merged)
Regression-Commit: 9cfa5962

Edited by Daniel Gerhardt

Merge request reports