I work on a small Django site, where each user who leaves a comment on the site receives an email with a password (email address - username) to change the comment later.
The site must also support features for users to download or reset passwords. For this simple task, I wanted to use the features of Django auth.
Is there a Django application that provides a simple user management package (up to reset or change user password) that I could enable on my site?
Will there be packages like Pinax or Drupal for this simple task? They seem crowded.
source share