-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Add option to disable MFA #7757
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
@SchrodingersGat do we want to reflect the disabling of MFA in the UI? I see this as a very fringe use case - mostly for the demo site |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7757 +/- ##
==========================================
- Coverage 83.52% 83.52% -0.01%
==========================================
Files 1114 1114
Lines 49355 49364 +9
Branches 1571 1571
==========================================
+ Hits 41225 41231 +6
- Misses 7734 7737 +3
Partials 396 396
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Nice one @matmair thanks for implementing |
This PR adds a installation level option to disable MFA entirely. MFA is kept enabled by default but can be turned off via
config.yaml
or environment variable.Replaces #7747
See #7746