Blog categories
- Web development (13)
- Python (9)
- Django (8)
- Javascript (4)
- MongoDB (3)
- HTML (3)
- jQuery (3)
- PHP (2)
- MySQL (2)
- GD (1)
- VLC (1)
- Mac OS (1)
- IPTV (1)
- Ubuntu (1)
- Linux (1)
- GridFS (1)
-
Creating an inline password change for a User ModelForm
Created by dan on Sunday 1st November, 2009 at 3:26 PM
I've always wondered why when creating a ModelForm for a User, that by default, there's just a single password field. Furthermore, when saving the form with this field populated, the password is overwritten with the raw value, not the encrypted value. So, I set about to provide the users of ...