Opened 7 years ago

Closed 7 years ago

#27943 closed Uncategorized (invalid)

Unable to log in with added superuser account

Reported by: JonathanHayward Owned by: nobody
Component: contrib.admin Version: 1.10
Severity: Release blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by JonathanHayward)

While I can submit the login form, I don't seem to really seem to be able to log in. Every time I've entered my credentials I've been redirected to a Django admin login page, with the URL varying somewhat. I know it's treacherously easy to mistype a long password, but when I was getting login failures I used copy-and-paste to assign the same password as I was trying to log into again. So while mistyping a password is an easy trap to get stuck in, I adapted by trying an approach where the reassigned user password is the same pasted password as in trying to log in.

I tried manually entering the first and last character to eliminate the possibility of including unwanted whitespace, but it still doesn't work. Django has claimed incorrect login details for every administrative set of credentials I've offered. (I've also used python manage.py shell to confirm that the username for the superuser is what I thought it was: admin.)

What if anything do I need to be able to log in to an administrative account, created by python manage.py createsuperuser? So far, for all my efforts, I have not seen the admin interface for this installation yet.

Change History (2)

comment:1 by JonathanHayward, 7 years ago

Description: modified (diff)

comment:2 by Tim Graham, 7 years ago

Resolution: invalid
Status: newclosed

Please see TicketClosingReasons/UseSupportChannels for places to get help with usage questions.

Note: See TracTickets for help on using tickets.
Back to Top