| Age | Commit message (Collapse) | Author |
|
forms without installing contrib.auth."
This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to
a crash if USERNAME_FIELD isn't a CharField.
Backport of f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f from master
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
Thanks Tim Graham for the review.
|
|
redirect_authenticated_user.
|
|
|
|
|
|
|
|
doesn't use an enabled hasher.
Regression in aeb1389442d0f9669edf6660b747fd10693b63a7.
Reverted changes to is_password_usable() from
703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from
92f48680dbd2e02f2b33f6ad0e35b7d337889fb2.
|
|
|
|
non-UUID where one is expected.
|
|
username isn't a string.
|
|
|
|
User.last_login isn't a field.
|
|
|
|
|
|
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645).
This is a security fix.
|
|
contrib.auth.
Also fixed #28608 -- Allowed UserCreationForm and UserChangeForm to
work with custom user models.
Thanks Sagar Chalise and Rômulo Collopy for reports, and Tim Graham
and Tim Martin for reviews.
|
|
|
|
|
|
|
|
error when using ModelBackend.
Regression in e0a3d937309a82b8beea8f41b17d8b6298da2a86.
Thanks Guilherme Junqueira for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
method for reuse.
|
|
from the model field.
Thanks Ramin Farajpour Cami for the report.
|
|
This will be a more useful regression test after refs #27515.
|
|
get_user_permissions().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
longer than PASSWORD_RESET_TIMEOUT_DAYS."
This reverts commit 95993a89ce6ca5f5e26b1c22b65c57dcb8c005e9.
|
|
to have request as the first positional argument.
Per deprecation timeline.
|
|
contrib.auth.views.logout_then_login().
Per deprecation timeline.
|
|
views.
Per deprecation timeline.
|
|
|
|
of positional arguments.
Regression in 78963495d0caadb77eb97ccf319ef0ba3b204fb5.
Forwardport of f8e0557b01ebbb11478cfb012c4cafc67f1213c1 from stable/1.11.x
|
|
|
|
|
|
|
|
user fields.
|
|
|
|
|
|
|
|
User model doesn't have last_login field.
|
|
than PASSWORD_RESET_TIMEOUT_DAYS.
|