hi i have integrated jsconnect plugin and jsconnect auto sign but auto login is not happening.it shows "Connecting..." with the dialog "Hi % just connecting you to forum..."
what have you integrated it with? I have you tried it with just jsConnect first? Have you tried logging the request, such as using firebug net or chrome inspect network?
i have jsconnect plugin with my website . when i have enabled jsconnect auto sign in i m redirected to
index.php#/entry/connect/jsconnect it shows the dialog box connecting user.
Ok I'm getting getting nowhere. I asked you what you were integrating with, is it a custom site or are you using some platform like wordpress? I asked you to check the network traffic, and so on. I asked you to disable jsConnect Auto Sign In first.
Don't be vague, it not a very good way to get help.
Comments
You either have to do the development yourself or pay someone to do it.
People are not going to answer questions like this. Only if you are already implementing it, and have a few technical questions.
Welcome to the community!
What version of Vanilla are you running?
You should read all the documentation on implementing jsConnect, as well as the example implementation.
hi i have integrated jsconnect plugin and jsconnect auto sign but auto login is not happening.it shows "Connecting..." with the dialog "Hi % just connecting you to forum..."
what have you integrated it with? I have you tried it with just jsConnect first? Have you tried logging the request, such as using firebug net or chrome inspect network?
i have jsconnect plugin with my website . when i have enabled jsconnect auto sign in i m redirected to
index.php#/entry/connect/jsconnect it shows the dialog box connecting user.
Auto login is happening for some user but not for all
Ok I'm getting getting nowhere. I asked you what you were integrating with, is it a custom site or are you using some platform like wordpress? I asked you to check the network traffic, and so on. I asked you to disable jsConnect Auto Sign In first.
Don't be vague, it not a very good way to get help.
thanks i got it
If i m creating new user . for the fist time it is asking password using jsconnect login?
Hi,
If uniqueid, name, email, client_id and signature values are returned from jsConnect authentication url, its asking for password.
You already have an account here.
Your registered usernam
Password
Enter your existing account password.
Earlier it was not asking password?
have you added
to conf/config.php ?
ya i have added.$Configuration['Garden']['Registration']['Method'] = 'Connect';
$Configuration['Garden']['Authenticator']['EnabledSchemes'] = 'a:2:{i:0;s:8:"password";i:1;s:5:"proxy";}';
from where i m getting password value
the users which are having product key in gdn_userauthentication table jsconnect is not asking password