meyerhoferc / secret-santa

0 stars 0 forks source link

User Profile #1

Closed meyerhoferc closed 5 years ago

meyerhoferc commented 6 years ago

Users can manage their profile. I imagine a profile should include info on user record (first_name, last_name, email, password) plus a photo, their preferences for gifts (wish list, clothes and shoe sizes, color preferences etc.).

Users should only be able to edit their own profle.

kmeyerhofer commented 6 years ago

On branch user-profile, a user can view their own profile (only displays first name, last name and email). We still need an edit page and a group public wish list area

kmeyerhofer commented 6 years ago

When changing a password, require the current password too.