You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to set email for root user when logged in as the root user causes an error of Invalid account type.
It looks like this is due to the validation not including the root account type due to groups validation from OAuth and the root account being a specific type that cannot be overridden.
What happened?
Attempt to set email for root user when logged in as the root user causes an error of
Invalid account type
.It looks like this is due to the validation not including the
root
account type due to groups validation from OAuth and theroot
account being a specific type that cannot be overridden.audiobookshelf/server/controllers/UserController.js
Lines 228 to 230 in 48f2327
What did you expect to happen?
Email to be set for root user.
Steps to reproduce the issue
Audiobookshelf version
2.13.2
How are you running audiobookshelf?
Built from source
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
Additional Notes
No response
The text was updated successfully, but these errors were encountered: