[GH-ISSUE #97] Can not login admin page after create superuser in django app #61

Closed
opened 2026-02-25 23:41:02 +03:00 by kerem · 1 comment
Owner

Originally created by @huyhoang17 on GitHub (Nov 26, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/97

  • I clone your project in my PC, migrate data and create a superuser account. Everything is OK. But when I create superuser account :
python manage.py createsuperuser 

and I can't log in my admin page with username and password I created, any idea? Thanks !

Originally created by @huyhoang17 on GitHub (Nov 26, 2016). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/97 - I clone your project in my PC, migrate data and create a superuser account. Everything is OK. But when I create superuser account : ``` python manage.py createsuperuser ``` and I can't log in my admin page with username and password I created, any idea? Thanks !
kerem closed this issue 2026-02-25 23:41:02 +03:00
Author
Owner

@cuu508 commented on GitHub (Jan 28, 2017):

What error message did you get?
Which log in form did you use: /login/ or /admin/login/?

The /admin/login/ one was confusing, it was asking for username and password, but for it to work you had to actually enter email address and password. I have just updated the project to use the same form in both places.

<!-- gh-comment-id:275842493 --> @cuu508 commented on GitHub (Jan 28, 2017): What error message did you get? Which log in form did you use: `/login/` or `/admin/login/`? The `/admin/login/` one was confusing, it was asking for username and password, but for it to work you had to actually enter email address and password. I have just updated the project to use the same form in both places.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#61
No description provided.