-
Notifications
You must be signed in to change notification settings - Fork 48
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
[HOLD] Enable/Disable authentication maps #530
base: devel
Are you sure you want to change the base?
Conversation
ea5addf
to
c64f9a5
Compare
Quality Gate passedIssues Measures |
enabled = models.BooleanField( | ||
null=False, | ||
default=True, | ||
help_text=_("Enables or disables this authentication map"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
help_text=_("Enables or disables this authentication map"), | |
help_text=_("Enables or disables this authenticator map"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a test for what happens when it's disabled? Just something that checks that it doesn't get applied.
No description provided.