netgen / ngconnect

Netgen Connect is a simple eZ Publish extension able to provide user sign in by using social network authentication and authorization.
http://projects.ez.no/ngconnect
GNU General Public License v2.0
8 stars 7 forks source link

Register problem #8

Closed skrosoft closed 10 years ago

skrosoft commented 10 years ago

I can't register with a user, logout and register with another user. Something stay in the session.

Atte,

skrosoft commented 10 years ago

It was not a problem ... sorry

emodric commented 10 years ago

Hi Vincent, what was wrong if I may ask?

skrosoft commented 10 years ago

When the Internet connexion isn't good enought, the Curl request is unstable. A lot of time, i'm redirected to "/" instead of getting redirect to "/ngconnect/profile". I had to put back the following lines to my code to be able to keep developing:

curl_setopt($cHandler, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($cHandler, CURLOPT_SSL_VERIFYPEER, false);

Atte,