Conflicts:
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.Message.min.js
wcfsetup/install/files/lib/action/GoogleAuthAction.class.php
WCF::getSession()->register('__googleData', $userData);
- // we assume that bots won't register on facebook first
+ // we assume that bots won't register on google first
- WCF::getSession()->register('recaptchaDone', true);
+ // thus no need for a captcha
+ if (REGISTER_CAPTCHA_TYPE) {
+ WCF::getSession()->register('noRegistrationCaptcha', true);
+ }
WCF::getSession()->update();
HeaderUtil::redirect(LinkHandler::getInstance()->getLink('Register'));