Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#24334 closed New feature (fixed)

auth admin password reset doesn't work with non-digit custom user PK

Reported by: Tim Graham Owned by: Tim Graham
Component: contrib.auth Version: 1.8alpha1
Severity: Normal Keywords: 1.8-beta
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (5)

comment:1 by Tim Graham, 10 years ago

Has patch: set
Owner: changed from nobody to Tim Graham
Patch needs improvement: set
Status: newassigned

PR (with one issue to be fixed)

comment:2 by Tim Graham, 10 years ago

Patch needs improvement: unset

Test is working now (added connection.constraint_checks_disabled to fix MySQL).

comment:3 by Tim Graham, 10 years ago

Keywords: 1.8-beta added

comment:4 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In fdf20093e0f8cd064673aa1597c20727ed4dd2a0:

Fixed #24334 -- Allowed admin password reset to work with non-digit custom user model primary key.

Thanks Loic for help and Simon for review.

comment:5 by Tim Graham <timograham@…>, 10 years ago

In 8fc4840289a0538af005619551c3b67f4f9e1399:

[1.8.x] Fixed #24334 -- Allowed admin password reset to work with non-digit custom user model primary key.

Thanks Loic for help and Simon for review.

Backport of fdf20093e0f8cd064673aa1597c20727ed4dd2a0 from master

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