Changed paths:
M django/contrib/auth/tests/templates/registration/password_reset_confirm.html
M django/contrib/auth/tests/test_views.py
M django/contrib/auth/views.py
Log Message:
-----------
Fixed #16919 -- Passed user to set_password_form in GET requests.
Thanks Jaime Irurzun for the report and initial patch and
ejucovy for the test.