Advertisement
camielpeeters

remote login

Nov 2nd, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1. <form action="https://solidcrew.poolmanager.mobi/Account/Login.aspx" action="post">
  2.  
  3.  
  4. </form>
  5.  
  6.  
  7. <fieldset>
  8.     <legend>Sign in</legend>
  9.  
  10.     <div>
  11.         <label for="username">Username:</label>
  12.         <input type="text" id="username" name="username"
  13.                required />
  14.     </div>
  15.  
  16.     <div>
  17.         <label for="password">Password:</label>
  18.         <input type="password" id="password" name="password"
  19.                minlength="8" required
  20.                placeholder="8 characters minimum" />
  21.     </div>
  22.  
  23.     <input type="submit" value="Sign in">
  24.  
  25. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement