When I try to log this user in, user = authenticate(request,...) returns
None.
When I create a superuser from the console and go to
http://127.0.0.1:8000/admin/users, I see in the admin user interface that
the superuser's password is hashed.
When I log the superuser in, I don't have any problems.
(I'm new to django, so in case this is nonsense, I beg your pardon.)
--
Ticket URL: <https://code.djangoproject.com/ticket/32198>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "password_not_hashed.png" added.
plain password displayed
* Attachment "password_hashed.png" added.
hashed password displayed
* status: new => closed
* resolution: => invalid
* component: Uncategorized => contrib.admin
Comment:
There is an issue in your app not in Django itself. Please don't use Trac
as a support channel. Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/32198#comment:1>