Opened 11 years ago
Closed 11 years ago
#793 closed defect (fixed)
Forgot password features broken in master
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Various features related to forgot password tools in auth/views.py are broken due to movement of import tools. This needs to be fixed ASAP!
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Okay, so this urgent looking bug was actually wrong anyway :)
There were some stray views around I found that had broken imports. That's because the views had gotten moved, but not removed from their old location! I removed them in master. Whew!
Is this also related to #689?