Mass Assignment

profile/edit.html
  <h2>Update Your Username</h2>
  <form method="POST" action="/profile/username">
    <input type="text" name="username" placeholder="Please Choose a New Username">
    <input type="submit" name="Update">
  </form>