self-service-password icon indicating copy to clipboard operation
self-service-password copied to clipboard

refactor the captcha system for integrating external captcha

Open davidcoutadeur opened this issue 9 months ago • 3 comments

Currently, there is captcha system based on a backend PHP library: Gregwar\Captcha\PhraseBuilder

It would be nice to have a generic system for integrating external captcha libraries.

It implies:

  • to have a new option for selecting internal or external captcha
  • coding a generic system for external captcha easily

davidcoutadeur avatar Apr 26 '24 13:04 davidcoutadeur

See also #895

davidcoutadeur avatar Apr 26 '24 13:04 davidcoutadeur

See if we can solve #789 when working on captcha system

coudot avatar Apr 26 '24 15:04 coudot

There is also #343 issue dealing with reCaptcha

coudot avatar Apr 26 '24 15:04 coudot