SemanticMediaWiki / SemanticMediaWiki/SemanticSignup

Captcha supported?

Open
#21 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug question
Dominant language
PHP
Stars
8
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Code in SES\SignupFieldsParserFunction suggests that Captcha is supported.

        // Give authentication and captcha plugins a chance to modify the form
        $type = 'signup';
        $wgAuth->modifyUITemplate( $this->userFieldsCreateTemplate, $type );

        if( Settings::get( 'useCaptcha' ) && isset( $GLOBALS['wgCaptchaClass'] ) ) {
            $captchaObject = new $GLOBALS['wgCaptchaClass'];
            $captchaObject->injectUserCreate( $this->userFieldsCreateTemplate );
        }

@kghbln @toniher Does this actually work?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at SES\SignupFieldsParserFunction and trace the useCaptcha branch and captcha plugin injection in the signup form. Reproduce a signup with CAPTCHA enabled; done means establishing whether CAPTCHA is supported and identifying the required change if it is not.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.