Question regarding universal login
-
First let me say thank you for a very useful plugin. I started using on a recommendation from paid membership pro (if I remember correctly) and have used it religiously on most of my wordpress projects. Thank you again!
I want to enable sites to either login with their credentials, but if they need to register, I want to have the “register” link redirect to another site. My customer wants universal login on all their sites, and I have it set up so that if they register on “primary” site all sub sites get the user data. However, if someone visits the sub site I need to redirect them to the primary and have them register there, preferably on a landing page that explains the universal login and benefits.
I have looked at some of the TML source and realized there is more under the hood than I expected. I thought it would be wise to stop here and seek your opinion before I start hacking this apart.
I suspect in the login-form.php file the line:
<?php $template->the_action_links( array( 'login' => false ) ); ?>
alludes to action links being the register or lost password code?
Two things that might be helpful:
I need to track down the part of the code that when registered is clicked, which page is loaded. Would it work to have it point to “master” site registration on another domain?
If these changes are made (hopefully a single php file) by placing that updated php file in the child theme, in your opinion it should work and be okay on future updates of the plugin?
Thank you for your feedback. I’ll keep poking around and see if I can find the reference to “register” page.
Jamie
- The topic ‘Question regarding universal login’ is closed to new replies.