Changes between Initial Version and Version 1 of PasswordField
- Timestamp:
- Feb 25, 2013, 9:15:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PasswordField
v1 v1 1 The built-in user authentication system in Django is great, but unfortunately it lacks support for sending activation emails to newly registered users. Enter the django-registration application, which adds registration and account activation on top of Django standard views for user authentication. 2 3 4 For more visit: [http://devdoodles.wordpress.com/2009/02/16/user-authentication-with-django-registration/]