Hi,
I would like users on the system to login to a form and be redirected to a specific page if their login details are correct. Are there any code snippets or functionality in EE1 to do this? They’d need to enter a username and pass and be redirected then to a members section/ members only page.
Login details would be entered by the admin in the EE CP and distributed to members.
I was looking at:
{if logged_in}
Welcome back to the site!
//but need code to redirect to eg a secure page
<a href="http://{path=LOGOUT}">Logout</a>
{/if}Is there an EE login form available?
Thanks