Opened 10 years ago
Closed 10 years ago
#23204 closed Bug (wontfix)
Login not working after account activation
Reported by: | kateseamer | Owned by: | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Looks like the login form that is presented after a user activates a new account on https://code.djangoproject.com is not working correctly.
Steps to reproduce the bug:
- Registered via: https://www.djangoproject.com/accounts/register/
- Followed the link from the activation email to https://www.djangoproject.com/accounts/activate/complete/, which redirected me to: https://www.djangoproject.com/accounts/login/
- Entered my username/password and submitted the form, which redirected me to https://www.djangoproject.com
- The page loaded successfully but there was nothing on the screen to show that the login was successful and when I accessed https://code.djangoproject.com/ I could see that I had not been logged in.
Note that I am using Chrome Version 36.0.1985.125
I tested this numerous times and achieved the same result.
Change History (4)
comment:1 by , 10 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:4 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
We just switched to GitHub auth, making this problem go away.
Note:
See TracTickets
for help on using tickets.
Hi,
Can you try logging in using the "login" link on the top left of https://code.djangoproject.com/?
The activation page should really link to the
code.djangoproject.com
subdomain instead of thewww
, I think that would fix your issue.Thanks!