Allow Users to Add Secondary Email Addresses to Their Account
planned
Scott Hughes
To do this we will want to create a new MySQL table with at least these columns: user_id, email, email_verified_time).
This change will go hand-in-hand with the following other suggestions:
It would also greatly help in catching users with duplicate accounts, namely in cases where two different accounts attempt to add the same email address to their accounts.
S
Sanju Lali
I am not advocating for secondary email, but in case, like that of mine, when due to email service provider problem, receiving emails very late (Botd secret bonus code ) , then the user to be allowed to change email id. But email id should be unique to the user and older one to be discarded.
Scott Hughes
planned