You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users register, they must respect some rules to create their password. A guidance can be displayed thanks to customizable text in Admin interface (i.e. Admin > Constance > Config > CUSTOM_PASSWORD_GUIDANCE_TEXT).
However, Django also displays help text provided by each active password validator class.
Expected behavior
Help text should be hidden
The text was updated successfully, but these errors were encountered:
Description
When users register, they must respect some rules to create their password. A guidance can be displayed thanks to customizable text in Admin interface (i.e. Admin > Constance > Config >
CUSTOM_PASSWORD_GUIDANCE_TEXT
).However, Django also displays help text provided by each active password validator class.
Expected behavior
Help text should be hidden
The text was updated successfully, but these errors were encountered: