Opened 10 years ago

Closed 10 years ago

#21387 closed Cleanup/optimization (fixed)

Possibly mergeable translatable literals in d.c.auth

Reported by: Ramiro Morales Owned by: nobody
Component: contrib.auth Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

We have both of

"Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."

"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"

Perhaps we can unify them.

Change History (3)

comment:1 by Ramiro Morales, 10 years ago

Summary: Possibly mergeable translartable literals in d.c.authPossibly mergeable translatable literals in d.c.auth

comment:2 by Claude Paroz, 10 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

+1

comment:3 by Ramiro Morales <cramm0@…>, 10 years ago

Resolution: fixed
Status: newclosed

In a9093dd3763df6b2045a08b0520f248bda708723:

Fixed #21387 -- Merge two very similar help texts.

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