Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[wordpress][SSO] Eliminate Password Requirement for merging existing vanilla user accounts?
Version: 2.3.1
Plug-Ins used:
- wordpress plugin
- jsconnect
- jsconnect auto sign-in
Hello, will try to keep this simple. ;-)
I have the wordpress Single Sign On plug-in working great in V231. However, when a user logs into wordpress with info that matches up to an existing account (I don't know exactly how accounts get matched) (we ported about 6,000 users), there is a process that happens that requires the user to type in their password in order to merge the accounts.
Since passwords no longer matter in Vanilla (because of Single Sign-On), I would like to avoid the password part entirely, and just automatically merge the accounts.
If anyone knows how to do that, I'd sure appreciate the hand-holding.
Donovan
0
Comments
It matches on email.
In Vanilla's config, set
Garden.Registration.AutoConnect
totrue
.@Linc pure awesomeness! :-)