adamhatton / quizle

Frontend React repository for Project Portfolio 5 of the Code Institute Full Stack Web Dev Diploma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY: Update Username and Password

adamhatton opened this issue · comments

As a logged in site user
I can update my username and password
So that I can change my display name and keep my profile secure

Acceptance Criteria

  • Users should be able to edit and save their username
  • Users should be able to edit and save their password
  • User should be given feedback about any changes they have made

Tasks

  • Add UsernameForm
  • Add UserPasswordForm
  • Add routes for new forms
  • Add jsx for structure of forms
  • Add function for submitting forms
  • Add modal with edit confirmation message