-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Login breaks without email set #803
Comments
The intended behavior is email shouldn't be removed. Email is a must (even if it's just nonesense). Thank you for reporting that it can be set as empty (that's not intended) |
fallenbagel
added
bug
Something isn't working
confirmed
This bug has been reproduced
labels
Jun 9, 2024
gauthier-th
added a commit
that referenced
this issue
Jun 11, 2024
Email is mandatory for every user and required during the setup of Jellyseerr, but it is possible to set it empty afterwards in the user settings. When the email is empty, users are not able to connect to Jellyseer. This PR makes the email field mandatory in the user settings. fix #803
fallenbagel
pushed a commit
that referenced
this issue
Jun 11, 2024
Email is mandatory for every user and required during the setup of Jellyseerr, but it is possible to set it empty afterwards in the user settings. When the email is empty, users are not able to connect to Jellyseer. This PR makes the email field mandatory in the user settings. fix #803
🎉 This issue has been resolved in version 1.9.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
bonswouar
pushed a commit
to bonswouar/jellyseerr
that referenced
this issue
Jun 14, 2024
Email is mandatory for every user and required during the setup of Jellyseerr, but it is possible to set it empty afterwards in the user settings. When the email is empty, users are not able to connect to Jellyseer. This PR makes the email field mandatory in the user settings. fix fallenbagel#803
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The user is unable to login to jellyseerr with their jellyfin account if the email has been removed from the account page.
Version
1.9.0
Steps to Reproduce
Screenshots
No response
Logs
No response
Platform
desktop
Device
pc
Operating System
windows 10
Browser
chrome
Additional Context
Setting the email is forced during the setup process of jellyfin, this oculd explain why the login breaks if it suddenly isn't set. For clarity the email should not be able to be unset, or not be mandatory during the setup.
Code of Conduct
The text was updated successfully, but these errors were encountered: