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

Hide password help text on registration form #4861

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

noliveleger
Copy link
Contributor

Description

Only rely on custom guidance text (set in Admin interface) and errors after submitting the form.

Notes

Empty the HTML of the attribute help_text of password field in the class constructor instead of altering the help_text method of each password class.
It lets us hide the help text on the registration form but still display it in Admin interface

Related issues

Fixes #4860

@noliveleger noliveleger changed the base branch from main to release/2.024.05 February 28, 2024 10:05
@noliveleger noliveleger marked this pull request as ready for review February 28, 2024 13:39
@noliveleger noliveleger changed the base branch from release/2.024.05 to release/2.024.07 March 11, 2024 14:17
@jamesrkiger jamesrkiger merged commit 5741633 into release/2.024.07 Mar 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password help text should not be displayed below password field in registration form
2 participants