awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Sending Customer email verification #851

Closed SudoStain closed 2 years ago

SudoStain commented 3 years ago

Ive hacked, but the guest user feature make it Illogical to have customer verify their emails, apart for adding a reCAPTCHA, what is the best way to not have robots and or fake users? please let me know.

markusmo commented 3 years ago

You can disable the guest feature if you want to. There is a part about that in the documentation.