Skip to content

Instantly share code, notes, and snippets.

@almirsarajcic
Created July 31, 2012 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almirsarajcic/3214619 to your computer and use it in GitHub Desktop.
Save almirsarajcic/3214619 to your computer and use it in GitHub Desktop.
phpBB3 login form
<form action="/forum/ucp.php?mode=login" method="post">
<input type="text" name="username" size="18" placeholder="Username">
<input type="password" name="password" size="18" placeholder="Password">
<input type="checkbox" name="remember" value="yes" checked="">
<input type="hidden" name="autologin" value="on">
<input type="hidden" name="redirect" value="/">
<button value="Log in" name="login" type="submit">Log in</button>
<a href="/forum/ucp.php?mode=sendpassword">Forgotten password?</a>
<a href="/forum/ucp.php?mode=register">Register</a>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment