inveniosoftware / invenio-accounts

Invenio module for managing user accounts.
https://invenio-accounts.readthedocs.io
MIT License
6 stars 69 forks source link

Allow reCAPTCHA for `/login`, `/lost-password` and `/confirm` #479

Open GraemeWatt opened 7 months ago

GraemeWatt commented 7 months ago

A reCAPTCHA is available when using a local password for /signup, but not for the /login, /lost-password and /confirm endpoints. This could be implemented by modifying forms.py as already done for register_form_factory.