0

I was trying to disable sending email activation of activation. but it is not happening

What i tried is i copy the registration folder in to my project and by following How to disable email activation in django-registration app? answers i changed in the file but it is not happening .

i also done the same changes in the files of the folder /usr/local/lib/python2.7/dist-packages/registration/ but still it is not stopping .

When i do register it is going the page that verification email is send and when i check in admin it is showing not activated .

Please suggest what can be problem

Community
  • 1
  • 1
XMen
  • 29,384
  • 41
  • 99
  • 151

1 Answers1

2

Instead of hacking, use SimpleBackend which doesn't send anything but registers user immediately.

Tomasz Zieliński
  • 16,136
  • 7
  • 59
  • 83