shashank-sharma / mythical-learning

Django based web app
MIT License
27 stars 3 forks source link

Log in system - Track usage #3

Closed shashank-sharma closed 7 years ago

shashank-sharma commented 7 years ago

Set one log in system in this web app so that user can track their progress. Things to follow:

  1. Experience
  2. Day streak
  3. Questions
  4. Daily FAQ
  5. And many more
shashank-sharma commented 7 years ago

Step-by-Step commit related Authentication

  1. https://github.com/shashank-sharma/mythical-learning/commit/7daddfd415922bf84bba255d01d9a34dfdedbc00 - SignUp form added
  2. https://github.com/shashank-sharma/mythical-learning/commit/2469fb59a36e1f67fe9f93d9afda6491c1b9627c - Confirmation mail must be added also change home page
  3. https://github.com/shashank-sharma/mythical-learning/commit/c37bdfcb1438cc9f41a7645199fd86348cdc9a6a - Login confirmation by sending link via gmail to authenticate.
  4. https://github.com/shashank-sharma/mythical-learning/commit/a49adb98b1514e66991686f4e63922f99a8c09c7 - Gmail confirmation shifted to settings.py. Forgot password feature have been added. Now need to check some security features.
shashank-sharma commented 7 years ago

Log in system done Local testing - PASSING Onsite testing - PASSING

  1. New account can be made
  2. Login can be done
  3. If forget then it can be retrieved

Closing this issue