Tom. Posted October 19, 2018 Share Posted October 19, 2018 I'm integrating FoxyCart SSO at the moment, I want to make it so when someone registers using ProcessWire it also registers them for the Store. To do this I have to set FoxyCart up to use the same encrypting method as ProcessWire. I know it uses a hash and a salt. But I was wondering if anyone has done this before? I'm struggling to utilise the ProcessWire API to pass FoxyCart the hash and salt for a particular user. 1 Link to comment Share on other sites More sharing options...
louisstephens Posted October 19, 2018 Share Posted October 19, 2018 I have not tried this before, but I see that it has been brought up before here: Though perhaps @Macrura might be able to help out on this. 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted October 19, 2018 Share Posted October 19, 2018 Depending on what's supported processwire does use different stragegies to hash passwords: https://github.com/processwire/processwire/blob/master/wire/core/Password.php#L347-L386 1 Link to comment Share on other sites More sharing options...
Macrura Posted October 19, 2018 Share Posted October 19, 2018 i haven't integrated PW with Foxy, in terms of users.. Link to comment Share on other sites More sharing options...
louisstephens Posted October 19, 2018 Share Posted October 19, 2018 8 minutes ago, Macrura said: i haven't integrated PW with Foxy, in terms of users.. My apologies Macrura. I got a bit turned around this morning? Link to comment Share on other sites More sharing options...
Macrura Posted October 19, 2018 Share Posted October 19, 2018 sure, no worries, i wish i did know how to do it, but we've never had the need for that yet, but it may be required in a project soon.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now