blreams / collegefootballpick10

Football pool web app
4 stars 2 forks source link

Allow Users to add second email to their profile #110

Open blreams opened 7 years ago

blreams commented 7 years ago

Currently, Users are limited to a single email address associated with their username. I think we should allow Users to add a second email address to their UserProfile. We need to hash out what we would do with this email address. Here are some thoughts:

  1. Send the pick reminder to the second email address in the UserProfile if it exists, otherwise send it to the Primary email address associated with the User.
  2. Ideally, the User could enter either email address when resetting their password. Not sure how easy it will be to make that happen since that is mostly automated by the registration app.