Hi there,
I am running 2.2.2 with MSM.
Currently trying to sort out some issues I am having with managing user logins.
Basically using the following
{exp:member:login_form return="site2"}
<div class="label_padding">
<label for="username">Your Username:</label> <input type="text" id="username" name="username" /></p>
<label for="password">Your Password:</label> <input type="password" name="password" id="password" /></p>
</div>
<input type="checkbox" name="auto_login" id="auto_login" value="1" /> <label for="auto_login">Auto-login on future visits?</label>
<input type="submit" name="submit" value="Login" /></p>
{/exp:member:login_form}Unfortunately the user is redirected to the site 1 index page not the site 2 index page….
Can you help?
Cheers,
Edd