Skip to content
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

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

dmzoneill
Copy link
Member

No description provided.

@dmzoneill dmzoneill force-pushed the aap-25778 branch 4 times, most recently from ea5addf to c64f9a5 Compare July 26, 2024 23:44
Copy link

sonarcloud bot commented Jul 28, 2024

enabled = models.BooleanField(
null=False,
default=True,
help_text=_("Enables or disables this authentication map"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
help_text=_("Enables or disables this authentication map"),
help_text=_("Enables or disables this authenticator map"),

Copy link
Member

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.

@john-westcott-iv john-westcott-iv added the comments left This PR was reviewed with comments label Jul 30, 2024
@john-westcott-iv john-westcott-iv changed the title Enable/Disable authentication maps [POST EA] Enable/Disable authentication maps Jul 30, 2024
@john-westcott-iv john-westcott-iv changed the title [POST EA] Enable/Disable authentication maps [HOLD] Enable/Disable authentication maps Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:authentication comments left This PR was reviewed with comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants