djb1815 / Essex-MuSoc

University of Essex Music Society App
MIT License
1 stars 0 forks source link

User auth creation #15

Closed djb1815 closed 7 years ago

djb1815 commented 7 years ago

Implemented user signup and authentication using AllAuth. All major features of authentication are functional: signup, login, logout, email verification, password reset, and user profile management. User authorization for calendar use and administration/activation of users still needs work.

djb1815 commented 7 years ago

Issues #10 and #7 addressed in this pull request. Both can be closed once this is merged.