Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
EE: Stand alone member login form
CODE:
-
{exp:member:login_form return="site/index"}
-
<p><label>Username</label><br />
-
<input type="text" name="username" value="" maxlength="32" class="input" size="15" /></p>
-
<p><label>Password</label><br />
-
<input type="password" name="password" value="" maxlength="32" class="input" size="15" /></p>
-
{if auto_login}
-
<p><input class='checkbox' type='checkbox' name='auto_login' value='1' /> Auto-login on future visits</p>
-
{/if}
-
<p><input class='checkbox' type='checkbox' name='anon' value='1' checked='checked' /> Show my name in the online users list</p>
-
<p><input type="submit" name="submit" value="Submit" /></p>
-
<p><a href="{path=member/forgot_password}">Forgot your password?</a></p>
-
<p><a href="{path=member/register}">Register as a new member</a></p>
-
{/exp:member:login_form}

