I am using the latest versions of the mollom module and the terms of use module. When I click "create account with facebook login", I get taken to the normal login page, but I can't register because it says the captcha is incorrect or I haven't agreed to the terms of use. I'm assuming this is because fbconnect doesn't go through the correct registration process and fails to pass these inputs. Any thoughts?
| Comment | File | Size | Author |
|---|---|---|---|
| #23 | fbconnect.pages_.inc_.869798.patch | 531 bytes | anon |
Comments
Comment #1
armanschwarz commentedOk I did some testing and to summarize:
- With only Mollom - CAPTCHA fails
- With only reCAPTCHA - CAPTCHA fails
- With only Terms of Use Module - Pass
The problem is definitely the fbconnect module.
Comment #2
armanschwarz commentedA discussion on this here: http://drupal.org/node/831648#comment-3272424
I suspect the problem is to do with this piece of code:
Why not just use the standard API?
Comment #3
armanschwarz commentedAlso the fact that the Terms of Use module works leads me to suggest that it might be something to do with a remote server connection problem with the fb connect module (Terms of Use module is local, whereas reCAPTCHA and Mollom are server-based)
Comment #4
vectoroc commenteddo you use "fast registration mode" ?
Comment #5
venusrising commentedI have the same issue, I have tried both fast and reg registration and it is saying it is failing due to terms of use.
Comment #6
venusrising commentedI get errors when trying to use fast register saying terms of use must be accepted Does anyone know how this can be fixed?
Comment #7
armanschwarz commentedThe gigya module deals with this well, although you need to use a locally stored module such as captcha (not recaptcha or mollom).
Comment #8
venusrising commentedThe problem with Gigya is that it costs $15,000 for sites with volume.
Comment #9
venusrising commentedThe problem with Gigya is that it costs $15,000 for sites with volume.
Comment #10
venusrising commentedThe terms of use module gives the error is there a way to bypass or add it to this for the fast connect
Comment #11
venusrising commentedThe terms of use module gives the error is there a way to bypass or add it to this for the fast connect
Comment #12
vectoroc commentedwhat do you mean ? explain pls
Comment #13
venusrising commentedWell, basically, you cannot use fast registration with the terms of use module enabled.
Why? Because the terms must be selected as "read" or the form returns an error as it is a required item.
If this is turned off then the FB connect works as expected BUT when you do not have the Terms of Use you have no way of requiring members to accept terms for legal reasons.
Comment #14
vectoroc commentedI think it's not a bug. I can't mark/enter automatically all required items as well
Comment #15
vectoroc commentedthe only way that I see is to output registration form with only required fields (except login/password/email)
what do you think ?
Comment #16
venusrising commentedI am confused by your reply can you please clarify? When the terms of use module is enabled it REQUIREs the user to accept the terms, So, when you try to use facebook fast registration what happens is the terms module says hey wait you must accept me and yet it cannot be accepted as it requires the drupal standard registration to be done. So, I wonder if?
A. The terms of use could pop up with FB fast registration to allow it to be checked
B Bypassed?
Thanks for your efforts and input.
Comment #17
vectoroc commentedA: Probably I can hack the form to hide some elements
B: Also I can create new user account without user_register form (to use user_save directly)
Comment #18
venusrising commentedWonder if there is a way to work in the terms of use module as so many people use it?
Comment #19
armanschwarz commentedYes and mollom as well. There needs to be a way to bypass certain registration requirements. For me it's the main reason I don't use this module. While I like the idea of it, I don't want to sort through 1000 spam registrations every day because I had to disable mollom on the registration form. I would suggest the use of an alternate registration form, for which modules can be selectively disabled (for example, mollom can be enabled only for certain forms). Just an idea.
Comment #20
armanschwarz commentedI don't think the onus should be on fbconnect to selectively hack out any module that causes a problem. A far better solution would be a seperate login form, as I mentioned before. If other modules want to work with fbconnect they'd need to provide a feature to only get applied to certain forms (the user could then choose to exclude those captchas or terms of service requirements from the fbconnect form)
Comment #21
caseyc commentedCame up with a work-around for this. Create a "page" and set the path_auto url to fbconnect/register/prompt. On that page, explain that the user will have to create an account and link their fb account after they have registered and provide a registrater link.
The path_auto page url will override the drupal hook at that same url and your page should show when the user clicks the "log in with facebook" but then is presented with the option to create a new account with that facebook page (Or at least it does for me. Anyone else have problems with this?).
It's not perfect, but it will work until a solution to this is found with the module.
Comment #22
anonsry, dubble post
Comment #23
anonOne solution is to let other modules alter the $form_state array with
drupal_alter()See my patch for how is is implemented in fbconnect.
Other modules would then be able to to something like this
Comment #24
sledge81 commentedUsing the patch, while installing the module there's this error:
Parse error: syntax error, unexpected $end in fbconnect.pages.inc
Comment #25
venusrising commentedWould be great to incorporate terms of use to facebook connect so that it could be checked on the form using either login method-Drupal or FB Connect.
Comment #26
sledge81 commentedA suggestion for this module would be to implement how the FBconnect works with the Polldaddy registration form.
http://polldaddy.com/signup-free/
When you click on the fconnect button, it shows a message to accept the TOS and that's it. Quite smooth sign up process actually.
Comment #27
Rob_Feature commentedFYI, twitter module (which can be used for login/registration the same as this one) does this without an issue. I only mention it because it may want to be mined for code.
For now, my solution was to install captcha alongside mollom and use captcha for user registration and mollom for everything else. When this fix is working, it'll be easy to switch back to mollom.
Comment #28
CarbonPig commentedThe problem is well documented, but still vague. Essentially, you can't complete the facebook connect module registration workflow on a Drupal site when you are using Mollom as your account registration (in the case of FB connect /fbconnect/user/registration) form protection.
My workaround is to keep Mollom on the site as the primary captcha solution and simply disable it for the registration form. In it's place, you can quickly setup the re-captcha module and use it only on the registration page. I tested the workflow and everything is fine.
This solution is a bit bulky, but will work until new releases or this bug is fixed.
Subscribing,
CarbonPig.com
Comment #29
venusrising commentedSome good news. The legal module works with Facebook connect fast registration. The only issue we noticed (after spending a whole day hunting it down) is that when setting fast reg make sure Manual is set under login/out the auto login caused a redirect loop from firefox but perhaps we could get the fixed going forward.
The legal module bypasses Mollom too so it goes through the whole process great. hope this helps someone.
Comment #30
quadbyte commentedThis one bugged me for a while. For sometimes I had both Mollom and reCaptcha installed as suggested in #28, but I was not satisfied by this workaround: too much memory used by reCaptcha and non homogenous captcha on the website.
So I found another workaround, I figured I don't really need the (Mollom) captcha when someone register via fbconnect, as most bots will fail to fill the facebook login popup box (at least I hope so...) so I simply removed the mollom captcha on the fbconnect register page.
With fbconnect installed and mollom installed and activated on user register page (+ user lost password page, but not relevant here)
Comment #31
guruslot commentedAny news on CAPTCHA Issue resolution?
Please give us a feedback.
Comment #33
gobinathmClosing the issue. It was inactive for a long time & it's related to a Drupal Version which is not supported anymore