[Dev-flock] r931 - in huginmunin/trunk/web/hm: . app/lib app/templates/account app/templates/intro app/templates/user app/views db env/snoopy env/sqlite3_default

svn@thoughtandmemory.org svn at thoughtandmemory.org
Tue Sep 30 03:43:30 EDT 2008


Author: lucy
Date: 2008-09-30 03:43:29 -0400 (Tue, 30 Sep 2008)
New Revision: 931
Commit message:
* added password reset for forgotten password/username
* added change password
* both of the above involved porting code from django auth/admin. added
  password property to user since didn't want to port/extend
  default_token_generator, which hardcodes reference to user.password
* see the wiki for details
    http://bilumi.org/trac/wiki/Specs



Added:
   huginmunin/trunk/web/hm/app/templates/account/password_reset.html
   huginmunin/trunk/web/hm/app/templates/account/password_reset_complete.html
   huginmunin/trunk/web/hm/app/templates/account/password_reset_confirm.html
   huginmunin/trunk/web/hm/app/templates/account/password_reset_sent.html
   huginmunin/trunk/web/hm/app/templates/user/change_password.html
   huginmunin/trunk/web/hm/app/templates/user/change_password_done.html
Removed:
   huginmunin/trunk/web/hm/app/templates/account/reset_password.html
Modified:
   huginmunin/trunk/web/hm/app/lib/view_utils.py
   huginmunin/trunk/web/hm/app/templates/account/confirmation_email.txt
   huginmunin/trunk/web/hm/app/templates/account/login.html
   huginmunin/trunk/web/hm/app/templates/account/password_reset_email.txt
   huginmunin/trunk/web/hm/app/templates/intro/recent_activity.html
   huginmunin/trunk/web/hm/app/templates/user/impact.html
   huginmunin/trunk/web/hm/app/templates/user/status.html
   huginmunin/trunk/web/hm/app/views/account.py
   huginmunin/trunk/web/hm/app/views/account_urls.py
   huginmunin/trunk/web/hm/app/views/forms.py
   huginmunin/trunk/web/hm/app/views/main.py
   huginmunin/trunk/web/hm/app/views/main_urls.py
   huginmunin/trunk/web/hm/db/user.py
   huginmunin/trunk/web/hm/env/snoopy/settings.py
   huginmunin/trunk/web/hm/env/sqlite3_default/settings.py
   huginmunin/trunk/web/hm/settings.py



More information about the Dev-flock mailing list