SemanticMediaWiki / SemanticMediaWiki/SemanticSignup
Captcha supported?
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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