Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#36314 closed Bug (fixed)

Translate bug with UserCreationForm

Reported by: Gabriel Trouvé Owned by: Ahmed Nassar
Component: contrib.auth Version: 5.2
Severity: Release blocker Keywords: usercreationform
Cc: bcail, Sarah Abderemane Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Natalia Bidart)

Hello,

With

  • the UserCreationForm
  • project settings in french (fr-fr)

Error message "This password is too short. It must contain at least 8 characters." is not translated.

Thks

Attachments (1)

Screenshot 2025-04-10 at 06.32.45.png (109.7 KB ) - added by Gabriel Trouvé 5 months ago.

Download all attachments as: .zip

Change History (18)

by Gabriel Trouvé, 5 months ago

comment:1 by Claude Paroz, 5 months ago

Easy pickings: set
Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

comment:2 by Natalia Bidart, 5 months ago

Cc: bcail added
Component: Formscontrib.auth
Description: modified (diff)

comment:3 by Sarah Abderemane, 5 months ago

Cc: Sarah Abderemane added

comment:4 by Ahmed Nassar, 5 months ago

Owner: set to Ahmed Nassar
Status: newassigned

comment:5 by Ahmed Nassar, 5 months ago

Has patch: set

comment:6 by Sarah Boyce, 5 months ago

Needs documentation: set

comment:7 by Ahmed Nassar, 5 months ago

Needs documentation: unset

comment:8 by Sarah Boyce, 5 months ago

Needs tests: set

comment:9 by Ahmed Nassar, 5 months ago

Needs tests: unset

comment:10 by Sarah Boyce, 5 months ago

Patch needs improvement: set

comment:13 by Ahmed Nassar, 5 months ago

Patch needs improvement: unset

comment:14 by Ahmed Nassar, 5 months ago

Triage Stage: AcceptedReady for checkin

comment:15 by Sarah Boyce, 5 months ago

Triage Stage: Ready for checkinAccepted

You should not mark your own ticket as ready for checkin

comment:16 by Sarah Boyce, 5 months ago

Patch needs improvement: set

comment:17 by Sarah Boyce, 5 months ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:18 by Sarah Boyce <42296566+sarahboyce@…>, 5 months ago

Resolution: fixed
Status: assignedclosed

In d469db9:

Fixed #36314 -- Fixed MinimumLengthValidator error message translation.

Regression in ec7d69035a408b357f1803ca05a7c991cc358cfa.

Thank you Gabriel Trouvé for the report and Claude Paroz for the review.

comment:19 by Sarah Boyce <42296566+sarahboyce@…>, 5 months ago

In adf2991:

[5.2.x] Fixed #36314 -- Fixed MinimumLengthValidator error message translation.

Regression in ec7d69035a408b357f1803ca05a7c991cc358cfa.

Thank you Gabriel Trouvé for the report and Claude Paroz for the review.

Backport of d469db978ea6a705549b9519313d9adc198e4232 from main.

Note: See TracTickets for help on using tickets.
Back to Top