Add ability to limit non-admin users to a single auth method #4368
ant385525
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
Currently if a user is created using the default "mealie" auth method then another auth method is added there is no way to limit the user to the secondary method.
There is an option in the settings "Authentication Method" but it's only used if a user is created via OIDC, not originally created through Mealie.
Please provide a concise description of the feature that would resolve your issue.
Change the logic of the Authentication Method setting to apply even if a user is created through Mealie. Admins would be able to limit users to a single auth method easily.
Please consider and list out some caveats or tradeoffs made in your design decision
This would change the current logic of the setting so an "all" option should also be added which would be the default behavior. Also IMO admins should not be able to change this for themselves, there should always be the default auth as a fallback for admins.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions