Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12864 closed (fixed)

New users written to db_for_read

Reported by: haris@… Owned by: Russell Keith-Magee
Component: contrib.auth Version: 1.2-beta
Severity: Keywords: multidb
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We're experiencing a problem where new users are being inserted into the wrong database.

UserManager.create_user is applying the using filter, which is causing the db_for_read DB to be selected.

I've attached a patch that fixes this.

Thanks,
Haris

Attachments (1)

patch.diff (461 bytes ) - added by anonymous 14 years ago.

Download all attachments as: .zip

Change History (5)

by anonymous, 14 years ago

Attachment: patch.diff added

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 14 years ago

Owner: changed from nobody to Russell Keith-Magee
Status: newassigned

comment:3 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12488]) Fixed #12864 -- Corrected handling of new user creation when a multi-database router is in place. Thanks to haris@… for the report.

comment:4 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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