Migration from ProxyConnect
I currently use ProxyConnect 1.9.9 with Vanilla 2.0.18.1. I'm thinking of moving to jsConnect. Will users who previously signed in via ProxyConnect still be "connected" to their accounts if I use jsConnect? Does jsConnect use the same table to maintain the association?
6
Comments
We use the same association, but you'll need to make your jsconnect use the same client ID as you used for proxyconnect. Do this right before launch.
Backup your DB!
Look in
GDN_UserAuthenticationProvider
and you should see a row with proxyconnect somewhere there.Make note of the AuthenticationKey.
Delete the row.
When you add the jsconnect connection use that AuthenticationKey for the client ID.