Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts

EE: Stand alone member login form

Posted by plattapuss on June 5th, 2008
CODE:
  1. {exp:member:login_form return="site/index"}
  2. <p><label>Username</label><br />
  3. <input type="text" name="username" value="" maxlength="32" class="input" size="15" /></p>
  4. <p><label>Password</label><br />
  5. <input type="password" name="password" value="" maxlength="32" class="input" size="15" /></p>
  6. {if auto_login}
  7. <p><input class='checkbox' type='checkbox' name='auto_login' value='1' /> Auto-login on future visits</p>
  8. {/if}
  9. <p><input class='checkbox' type='checkbox' name='anon' value='1' checked='checked' /> Show my name in the online users list</p>
  10. <p><input type="submit" name="submit" value="Submit" /></p>
  11. <p><a href="{path=member/forgot_password}">Forgot your password?</a></p>
  12. <p><a href="{path=member/register}">Register as a new member</a></p>
  13. {/exp:member:login_form}



Reader Comments

Sorry, comments are closed.