Open GraemeWatt opened 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.
/signup
/login
/lost-password
/confirm
register_form_factory
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 forregister_form_factory
.