Can I disable account registration?
Hi, I just installed Askbot so that it shares the MySql db with another Django project which I wrote. This way people can login with their existing account on the main project.
However, I want to disable Askbot registration form, and just place a link to the main site's registration page instead.
Can I do this without forking and patching Askbot?
Thanks!
Comments