Are you sure this “Don’t prompt for username, use email as login” is a native WordPress option? I couldn’t find it. Anyway, I like the idea of having a option to use the e-mail as login. If it is not asking too much, please create a pull request in the github repository:
https://github.com/thenbrent/social-connect/
I don’t have time myself to add support to WooCommerce. But I’m open to further discuss this idea.
Thread Starter
Travis
(@tlpriest214)
You’re right. It’s Register Plus Redux, not core WordPress. So far, the only challenge is Twitter which does not pass back email, but I do not think I’m going to worry about that right now. There’s a fair amount of work to put another prompt in for email after Twitter connect and I’m not sure it’s worth it or the UX implications.
I’ll do a pull and submit some updates. I’m also looking at adding WooCommerce support as I need it and am unhappy with the other plug-ins. If I get it figured out, I’ll submit those in a different batch.
Thread Starter
Travis
(@tlpriest214)
Great Travis! The email login would be an excellent feature.
Also, have you heard about Opauth? It’s a standardized PHP framework for applications to interface with authentication providers. It adopts a modular approach, where each provider is added if needed, as a “strategy”, so the user can configure the application to his or her needs. The number of available providers is also very impressive and the project is very active and popular.
It’s at https://github.com/opauth/opauth
Here is an example of a strategy, Twitter
https://github.com/opauth/twitter/blob/master/TwitterStrategy.php
Thread Starter
Travis
(@tlpriest214)
Thanks Travis!
I’ve created two new issues in the GitHub repository:
https://github.com/thenbrent/social-connect/issues/41
https://github.com/thenbrent/social-connect/issues/42
I will check your code as soon as possible.
Hi there everyone!
Where i can find woocommerce support, link to drpbox says 404 ?
I suggest you try contacting Travis directly to see if he still has this code.