Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change password link broken #62

Closed
jproffitt opened this issue Nov 16, 2015 · 4 comments
Closed

Change password link broken #62

jproffitt opened this issue Nov 16, 2015 · 4 comments

Comments

@jproffitt
Copy link
Contributor

When trying to use the link in the django user admin to change a user's password, I get a 404.

Clicking the link on the page: "Raw passwords are not stored, so there is no way to see this user's password, but you can change the password using this form", should link to /admin/accounts/user/{pk}/password/, but it is instead linking to /admin/accounts/user/password/

@gavinwahl
Copy link
Member

What version of Django are you seeing this on?

@gavinwahl
Copy link
Member

I think this is due to the change in the url of the admin change page in django 1.9: https://docs.djangoproject.com/en/1.9/releases/1.9/#minor-features

gavinwahl added a commit that referenced this issue Nov 16, 2015
Django 1.8 and 1.9 use a different link, so just copy it from Django
instead of thinking about it. Fixes #62.
@gavinwahl
Copy link
Member

Can you try #64 and see if it fixes the issue?

@jproffitt
Copy link
Contributor Author

Yes that fixes it. Thanks for you work on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants