edushifts / book-voyage

Web application to launch and follow travelling books
MIT License
2 stars 1 forks source link

Fix e-mail storage #35

Closed deSagaz closed 7 years ago

deSagaz commented 7 years ago

Currently username is used to put e-mails in. There are cleaner ways to do this.

deSagaz commented 7 years ago

@aimahmoiz, the inconsistency bug has been dealt with in commit db8dd96599caf3f8394d7fcb80b27263bdbc1442 - username and email will generally be the same, unless otherwise specified in the back-end. Even though using another user model altogether would be cleaner and would prevent unexpected results, I'll close the issue for now.