mboomer / World-Cup-2022

Web based version of QlikView application for managing a World Cup competition
0 stars 0 forks source link

Multiple users with same email address #106

Closed mboomer closed 2 years ago

mboomer commented 2 years ago

Reset password will reset all users with the same email address. So if two users with different usernames but the same email address exist, then changing the password for one user will reset the password for each of the users with same email address.

Possible solutions

  1. Have a check when registering to see if the email address already exists
  2. Add the user name to the reset password
mboomer commented 2 years ago

Added the user name to the reset password page Then require the correct username and correct email address to be able to reset the user password