Dear all, As a maintainer of many Django sites, I would often like to see a very small feature implemented, that could make life a lot easier for me: To force my users to set their own password.
I know this could lead to a long debate about password strength, SSL, password reminders, secret answers etc... but for me, the most urgent problem is that people have to be reminded manually about their passwords, and I have to reset them pretty often (or find copies of emails that i've sent). I always tell people to click the Change password link. But they don't! So the problem seems to be that ordinary users do not change their password, forget it, delete the original email (or are too lazy to find it), and then some poor administrator has to make another one. Forcing people to reset their password upon login is a common feature in Google Apps btw. What are people's opinions? Should this be a core feature? Django-love, Benjamin -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
