* type: Uncategorized => New feature
* resolution: invalid => wontfix
Comment:
> I still believe this is a bug for a couple of reasons.
Documented behavior cannot be called a bug (it's documented since
f0425c72601f466c6a71518749c6d15b94945514). Password reset views/forms make
various assumptions about the user model and all of them are documented.
As far as I'm aware you're proposing a new feature. You can always define
your own subclass of `PasswordResetForm` and override the `get_users()`
method.
As it's a long standing behavior in a security-related area, I'm closing
this as "wontfix" with a request for a discussion on the mailing list, so
please first start a discussion on the DevelopersMailingList, where you'll
reach a wider audience and see what other think. Also,
[https://docs.djangoproject.com/en/stable/internals/contributing/bugs-and-
features/#requesting-features follow the guidelines with regards to
requesting features]. Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/34002#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.