tomik-z-cech / PP5-Ohm-Azing-Components

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Change Details (Phone Number, Email Address, etc.)

tomik-z-cech opened this issue · comments

As a Site User I can Update My Details to be able to manage my account in case of changes.

Acceptance Criteria :

Logged in user :
When I login then I can clearly navigate to "My Details" section where I can change my details.

Not logged in user :
Don't have that option as not logged in.

Tasks :

  • Create a view in profilemanager app.
  • Read current details from User model
  • Create a template for the view.
  • Create a form in template
  • Create a link to AllAuth email change (as emails are verified)
  • Create a link to AllAuth password change
  • Test functionality with valid credentials
  • Test functionality with invalid credentials

Epic :
EPIC 6

This was done in commit 608f056.