mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #250] Internal Server Error: /accounts/password_reset/ #210
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Jan 4, 2016).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/250
@ThomasWaldmann commented on GitHub (Aug 27, 2016):
This is a very strange error.
If I place a identical copy of:
env/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_email.htmlat
repo/nsupdate/accounts/templates/registration/password_reset_email.htmlit works with d-r-r 1.4.
If I remove the copy, it crashes again (see traceback above).
I checked permissions, read permissions are there for both files.
WAT?
@ThomasWaldmann commented on GitHub (Sep 24, 2016):
Solved, Amin helped me finding it:
@ThomasWaldmann commented on GitHub (Sep 24, 2016):
First try to fix this (as recommended by d-r-r docs and some fellow python devs):
Last match is the one that is used when seeking the right template.
@ThomasWaldmann commented on GitHub (Sep 24, 2016):
Hmm, that crashes if i rename the template of django.admin. So, is it first match for the templates?
@ThomasWaldmann commented on GitHub (Sep 24, 2016):
Note to self:
I modified the base.py in the prod install, continue with experiments after other email problem is fixed.
@elnappo commented on GitHub (Dec 27, 2016):
for me, this fixes the problem (until https://github.com/macropin/django-registration/issues/140 is resolved):
@ThomasWaldmann commented on GitHub (Jan 21, 2017):
works! \o/