eallrich / checkniner

Tracking and reporting of airstrip/aircraft checkout information for pilots.
MIT License
2 stars 5 forks source link

Allow users to change their passwords #7

Closed eallrich closed 9 years ago

eallrich commented 9 years ago

Don't want to require access to the admin site. Instead, Django has built-in Auth Views [0] which are probably the way to go.

[0] https://docs.djangoproject.com/en/1.8/topics/auth/default/#built-in-auth-views