Guest User

Untitled

a guest
Dec 1st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <form action="<?php echo Uri::create( 'sign-in/process' ); ?>" method="post">
  2. <input name="token" type="hidden" value="<?php echo Security::fetch_token(); ?>" />
  3.  
  4. <p><label>Username: <input id="username" name="username" /></label></p>
  5. <p><label>Password: <input id="password" name="password" type="password" /></label></p>
  6.  
  7. <p><button>Submit!</button></p>
  8. </form>
Add Comment
Please, Sign In to add comment