Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29809 closed Bug (fixed)

Crash when a "view only" user POSTs to the admin user change form.

Reported by: Carlton Gibson Owned by: Carlton Gibson
Component: contrib.admin Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

  • Log in to the admin with a user with only the view permission on the UserAdmin.
  • POST to the user change form.

Change History (3)

comment:1 by Carlton Gibson, 6 years ago

Owner: changed from nobody to Carlton Gibson
Triage Stage: UnreviewedAccepted

comment:2 by Carlton Gibson <carlton.gibson@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In 176d20b9:

[2.1.x] Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user change form.

Backport of a7284cc0c3620030b43034cdf41216c0941bf411 from master

comment:3 by Carlton Gibson <carlton.gibson@…>, 6 years ago

In a7284cc:

Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user change form.

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