DEV Community

Discussion on: Django - Reset Password

Collapse
 
earthcomfy profile image
Hana Belay

Hey, thanks for the feedback. Glad I could help.

  1. It's not an error. The subject of the email can be created with a .txt extension as mentioned here in the doc

  2. I'll try to write about those topics. If you want a demo of authentication using email instead of username, you can find here. You can also contact me about the problems you have faced.

  3. Don't get frustrated. I know the feeling :) What worked for me is, once you know the basics, move to doing projects on your own without following a tutorial on youtube. Instead use Google, docs, StackOverflow and blogs to solve a problem during your project. Good luck!

Collapse
 
jarmas profile image
Javier Armas

Thanks again, I will take your tips into account