Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author sunildhanda

    (@sunildhanda)

    Hello Peter,

    Currently this plugin register the user forcely if not exists.

    Give me some time to add the feature to stop the user registration.

    Thread Starter petersonsilva

    (@petersonsilva)

    Wow, thank you so much!

    I’ll keep an eye on the updates =D

    Plugin Author sunildhanda

    (@sunildhanda)

    Hello Peter

    I have updated it for google, check that it works as you require or you need some more updation. If it fine, I will apply the same for another methods.

    Thread Starter petersonsilva

    (@petersonsilva)

    Thanks, mate!

    I’ll be able to test it at night (assuming you’re in a different time zone… Give me 5 or 6 hours!)

    For the record the version in my blog 0.1.7, I hope that is the one.

    Thread Starter petersonsilva

    (@petersonsilva)

    Well… It did not register a new user, but at the same time it gave me an error page so the website wouldn’t even know if I’m registered or not. It gave me this error:

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/seriecontrolados/www/ue/wp-content/plugins/de-social-login/google/deOpenIdGoogle.php on line 128

    Warning: Cannot modify header information – headers already sent by (output started at /home/seriecontrolados/www/ue/wp-content/plugins/de-social-login/google/deOpenIdGoogle.php:128) in /home/seriecontrolados/www/ue/wp-includes/pluggable.php on line 1121

    Plugin Author sunildhanda

    (@sunildhanda)

    Try the stuff explained below, its working fine on my server.
    Set safe_mode = Off in your php.ini file (it’s usually in /etc/ on the server). If that’s already off, then look around for the open_basedir stuff in the php.ini file, and change it accordingly.

    Basically, the follow location option has been disabled as a security measure, but PHP’s built-in security features are usually more annoying than secure. In fact, safe_mode is deprecated in PHP 5.3.

    Thread Starter petersonsilva

    (@petersonsilva)

    I don’t really know how to do this (I don’t believe I can access the /etc on my server), but I’ll contact the hosting company and see if I can get this particular setting changed. I’ll report back ASAP.

    Thread Starter petersonsilva

    (@petersonsilva)

    Safe mode was already off, unfortunately. I turned off the “show errors” settings as well but even though it doesn’t give me the error message it still won’t work.

    Trying to login with the account I’m already registered with works, though.

    Thread Starter petersonsilva

    (@petersonsilva)

    Hi!

    Something is not working and I can’t tell if it’s Google’s fault or not:

    401. That’s an error.

    Error: invalid_client

    The OAuth client was not found.

    Request Details
    scope=https://www.googleapis.com/auth/plus.profile.emails.read
    response_type=code
    access_type=online
    redirect_uri=http://seriecontrolados.com.br/ue/wp-login.php?SOCIALID=deLoginByGoogle_check
    approval_prompt=auto
    client_id=0

    Plugin Author sunildhanda

    (@sunildhanda)

    Plugin is updated and now you must follow the steps

    Thread Starter petersonsilva

    (@petersonsilva)

    Ok, I’ve done all the steps and a few more, but it still doesn’t quite work.

    You see, when you try to login with Google, it says that the site will redirect to this page:

    http://seriecontrolados.com.br/ue/wp-login.php?SOCIALID=deLoginByGoogle_check

    But this is just the login page. The user is not logged in after authorizing with Google.

    Plugin Author sunildhanda

    (@sunildhanda)

    I am getting the error page “Erro 403”, when i trying http://seriecontrolados.com.br/ue/wp-login.php

    Can you contact me at skype sunil-dhanda, so we can resolve this issue.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How not to allow new users’ is closed to new replies.