Created
July 31, 2012 07:44
-
-
Save almirsarajcic/3214619 to your computer and use it in GitHub Desktop.
phpBB3 login form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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