Energy-Visualizer / eviz

Energy Visualizer (Summer 2024)
0 stars 0 forks source link

Should "Username" be an email address? What additional info do we want to collect when users register? #25

Open MatthewHeun opened 2 weeks ago

MatthewHeun commented 2 weeks ago
rpruim commented 2 weeks ago

I think we should collect and maintain email addresses, but that doesn't mean they need to be the username. In addition to using email to contact users, email can be used for password resets.

I'm guessing Django includes all this sort of stuff (including confirmation of email) as part of its login module.

rpruim commented 2 weeks ago

Is there any other information we want to collect on users? (Academic affiliation? Country? etc., etc.)

MatthewHeun commented 2 weeks ago

Institution and Country would be great. Could we ask for a couple sentences on their intended use of the data?

kenny5033 commented 1 week ago

Email verification:

Institution and Country are now asked for and recorded in the users database in the sign up form. An intended use section could easily be added now. If we did add it, would we want to make it optional? Or move it to a different location where a user could fill out personal information if they wish?

rpruim commented 1 week ago

Some thoughts here:

kenny5033 commented 1 week ago

STMP comment broken into its own issue @ #34