Guest User

Untitled

a guest
Feb 26th, 2018
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <form class="form-signin mt-4 text-center" action="/login" method="post">
  2. <input type="hidden" name="_csrf" value="{csrf-token}" />
  3. <label class="sr-only">Username:</label> <input type="text" name="username" class="form-control mb-1" required="required" autofocus="autofocus" placeholder="Username" />
  4. <label class="sr-only">Password:</label> <input type="password" name="password" class="form-control mb-4" required="required" placeholder="Password" />
  5. <div class="mb-4">
  6. <input type="submit" class="btn btn-primary btn-lrg btn-block" value="Login" />
  7. </div>
  8. </form>
  9.  
  10. default-src 'self'; img-src 'self' data:; sandbox allow-scripts allow-forms;
Add Comment
Please, Sign In to add comment