|
I have just done a fresh install of OSQA on a WebFaction account. However, I would like to implement a user registration system where the following happens:
Is there a recommended or optimal way to do this so that it will not interfere with future versions of OSQA? |
|
Ok, I found a solution. It's not optimal, but it's a start. I modified the UserEmailField class in forum/forms/general.py like so:
The remaining email verification works the way it normally does in OSQA. I think ideally you would want this stored in some kind of setting. Perhaps someone who is more familiar with Django and the OSQA source could shed some light on this. |
Hi zgm, and welcome. As this is a Q&A forum, we try to make sure that every question really is a question, not a statement or a fragment. So I've edited your question title, so that it's a meaningful question. Hopefully, this will help you get a speedy and useful answer to it.
Thanks Andrew_S, I'll be sure to follow the forum conventions in my future questions.