openedx / openedx/openedx-platform
Reset password form in Django admin returns 404!
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
Clicking on the reset password button in django admin for a user returns 404 for LMS_HOST/admin/auth/user/ID/password/
Open edX version: ulmo.2
tutor version: 21.0.2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reset-password request at /admin/auth/user/ID/password/ in the stated Open edX and Tutor versions, then trace the Django admin route handling that URL. Confirm the route resolves to the reset form and add or update coverage for the user password-reset flow so the 404 no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100