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

Add a CustomWagtailUserCreationForm to fix issue with creating users … #3664

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

frjo
Copy link
Member

@frjo frjo commented Nov 24, 2023

…from Wagtail admin when Show consent checkbox was set.

Fixes #3649

…from Wagtail admin when Show consent checkbox was set.
@frjo frjo requested a review from theskumar November 24, 2023 11:16
@frjo frjo added Type: Bug Bugs! Things that are broken :-/ Type: Patch Mini change, used in release drafter labels Nov 24, 2023
"duplicate_username": _("A user with that email already exists."),
"password_mismatch": _("The two password fields didn't match."),
}

Copy link
Member Author

Choose a reason for hiding this comment

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

Moved it here so it becomes active on the edit form as well.

Copy link
Member

Choose a reason for hiding this comment

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

👍🏼

Copy link
Member

@theskumar theskumar left a comment

Choose a reason for hiding this comment

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

Works perfectly!

@frjo frjo merged commit bed63da into main Nov 24, 2023
@theskumar theskumar deleted the fix/customwagtailusercreationform branch November 27, 2023 04:46
wes-otf pushed a commit that referenced this pull request May 7, 2024
#3664)

…from Wagtail admin when Show consent checkbox was set.

Fixes #3649
wes-otf pushed a commit that referenced this pull request May 8, 2024
#3664)

…from Wagtail admin when Show consent checkbox was set.

Fixes #3649
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bugs! Things that are broken :-/ Type: Patch Mini change, used in release drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not add new users in Wagtail admin when "Show consent checkbox?" is checked
2 participants