Summary
We want to A/B test the hCaptcha-enabled Special:CreateAccount form on frwiki.
Technical notes
- Set up an experiment in xLab using edge uniques
- Set up a fallback in Hooks::getInstance() or in operations/mediawiki-config when deciding to load hCaptcha + related config.
- Add a field / event in the special_create_account instrumentation to indicate that a particular funnel is loading FancyCaptcha or hCaptcha
Acceptance criteria
- 90% of traffic on frwiki sees the hCaptcha-enabled Special:CreateAccount form, 10% sees FancyCaptcha
- special_create_account instrument indicates if the user is interacting with FancyCaptcha or hCaptcha