Django Oscar user verification email

做~自己de王妃 提交于 2019-12-11 08:07:28

问题


I have a simple installation of Django Oscar project. I would like to know how to send user verification email so that all new users registered email IDs can be verified? By default Oscar registers new users and sends registration email to users.


回答1:


Registration email function in RegisterUserMixin class (customer -> mixin), It use in customer view. so You want to override form_valid function in AccountRegistrationView class (customer -> views.py)



来源:https://stackoverflow.com/questions/54615815/django-oscar-user-verification-email

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!