self-service-password
self-service-password copied to clipboard
refactor the captcha system for integrating external captcha
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
See also #895
See if we can solve #789 when working on captcha system
There is also #343 issue dealing with reCaptcha