Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"I forgot my password" returns internal error #1963

Closed
jborozco opened this issue Dec 2, 2024 · 1 comment · Fixed by #2141
Closed

"I forgot my password" returns internal error #1963

jborozco opened this issue Dec 2, 2024 · 1 comment · Fixed by #2141
Assignees
Labels
bug use for describing something not working as expected regression Label to identify the bug as a regression of previously working feature solved The issue has been solved

Comments

@jborozco
Copy link

jborozco commented Dec 2, 2024

Description

In the login screen, the "I forgot my password" option is broken, no emails of confirmation are sent either
Image

@jborozco jborozco added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team and removed needs triage use to identify issue needing triage from Filigran Product team labels Dec 2, 2024
@EllynBsc EllynBsc added this to the Bugs backlog milestone Dec 2, 2024
@EllynBsc EllynBsc added the regression Label to identify the bug as a regression of previously working feature label Dec 2, 2024
@antoinemzs
Copy link
Contributor

Exception thrown at

inject.setUser(this.userRepository.findById(currentUser().getId()).orElseThrow());

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected regression Label to identify the bug as a regression of previously working feature solved The issue has been solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants