maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

Change library for recaptcha validation #97

Open n8harmon opened 5 years ago

n8harmon commented 5 years ago

It looks like your most recent update changed the recaptcha libary to use django-nocaptcha-recaptcha. You should probably change the validation here: https://github.com/maccesch/cmsplugin-contact/blob/master/cmsplugin_contact/admin.py#L60 to use that library instead of the deprecated recaptcha-client

maccesch commented 5 years ago

you're absolutely right. would you mind doing a PR?