Opened 15 years ago
Closed 15 years ago
#13783 closed (duplicate)
Admin module. Password change fails if TEMPLATE_STRING_IF_INVALID set in settings.py
| Reported by: | Marc Rechté | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the admin module, validating a user password change produces a django error if TEMPLATE_STRING_IF_INVALID is set to some value in settings.py (for example TEMPLATE_STRING_IF_INVALID = '[erreur template]')
Note:
See TracTickets
for help on using tickets.
Duplicate of #13537, and plenty of others.