codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

[Users] Change Email to Required Field for User Registration #112

Closed BethanyG closed 4 years ago

BethanyG commented 4 years ago

Change email in users_user to be a required (non-blank) field.

Since we are using a custom user model, this change will need to be made in the model.py file of the users app.

BethanyG commented 4 years ago

Closing as duplicate.