DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 550 forks source link

Rename "email2" to something more descriptive in `accounts` SQL table #6369

Closed mrhappyasthma closed 4 years ago

mrhappyasthma commented 4 years ago

I think this would be a nice cleanup request. Currently there are two emails fields: email and email2. But it's not clear what should go in either one.

We could leave email as is, to indicate the current email. (Or we could rename to current_email.)

But we should consider renaming email2. Perhaps registration_email to make it clear that this was the from registration and could be used for account recovery purposes.