Password Recovery - Internal Server Error
I have an instance of askbot running but I get an internal server error when I use the Password Recovery form. Where do I configure to fix this?
asked 2011-12-11 17:27:22 -0600
This post is a wiki. Anyone with karma >100 is welcome to improve it.
I have an instance of askbot running but I get an internal server error when I use the Password Recovery form. Where do I configure to fix this?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-12-11 17:27:22 -0600
Seen: 2,944 times
Last updated: Dec 11 '11
Please set
DEBUG=True
in yoursettings.py
file then post an exception traceback. Thanks.