Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captcha supported? #21

Open
mwjames opened this issue Feb 9, 2015 · 5 comments
Open

Captcha supported? #21

mwjames opened this issue Feb 9, 2015 · 5 comments

Comments

@mwjames
Copy link
Contributor

mwjames commented Feb 9, 2015

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?

@toniher
Copy link
Member

toniher commented Feb 12, 2015

It's not working properly. If 'ConfirmEdit' is enabled (tested with SimpleCaptcha), it would seem that Captcha is there but you cannot view it, so you cannot sign up.

@kghbln
Copy link
Member

kghbln commented Feb 12, 2015

Affirmative, the CAPTCHA does not show up.

@mwjames
Copy link
Contributor Author

mwjames commented Feb 14, 2015

@toniher If you feel up for the job, I'd say go ahead.

@toniher
Copy link
Member

toniher commented Feb 14, 2015

I'll make a try!

@fmalvisi
Copy link

Hey, we have a MediaWiki 1.25 with Semantic Maps 3.2 and Maps 3.4 and we are having the same issue when trying to use ConfirmEdit, is there a solution or any workarounds available for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants