-
Notifications
You must be signed in to change notification settings - Fork 481
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
[Bug]: Password Login For User created via OIDC crashes server #2378
Comments
In with the fix implemented here, what happens when a user tries to log in using a password when their account is created using OIDC? Does it just reject the login? How do mobile app users who's accounts have been created using OIDC log in? |
Yes it will be rejected because the user doesn't have a password. They will have to login with OIDC unless you set a password for them and also allow password logins. |
I meant that the mobile app doesnt have an option to login with OIDC |
It does if you are using the most recent version |
Fixed in v2.7.0 |
Describe the issue
Attempting to login with a username/password as a user that was automatically created as part of the OIDC login process causes the server to crash. This is specifically for a user for whom a password was never set.
Steps to reproduce the issue
/login/?autoLaunch=0
path if necessary to do so). The password can be blank, or some random string, it doesn't matter (this user doesn't have a password set anyway)Audiobookshelf version
v2.6.0
How are you running audiobookshelf?
Docker
The text was updated successfully, but these errors were encountered: