#33561: Allow syncing user attributes on every authentication with
RemoteUserBackend.
-------------------------------------+-------------------------------------
Reporter: Adrian Torres | Owner: Adrian
| Torres
Type: New feature | Status: new
Component: contrib.auth | Version: dev
Severity: Normal | Resolution:
Keywords: RemoteUserBackend | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: closed => new
* has_patch: 1 => 0
* resolution: wontfix =>
* stage: Unreviewed => Accepted
Comment:
Agreed, it sounds reasonable to add `created=False` to the
`configure_user()` signature and call `configure_user(request, user,
created=False)` when user already exists.
[https://groups.google.com/g/django-developers/c/dn_E9IzayZA django-
developers discussion]
--
Ticket URL: <https://code.djangoproject.com/ticket/33561#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.