Add support for changing passwords, resetting passwords and signing

up for new accounts.
This commit is contained in:
Magnus Hagander
2010-02-26 15:57:33 +01:00
parent c3be6c213f
commit 7b54520396
14 changed files with 244 additions and 6 deletions

View File

@ -81,6 +81,7 @@ sitenav = {
{'title': 'Products', 'link':'/account/edit/products/'},
{'title': 'Organisations', 'link':'/account/edit/organisations/'},
]},
{'title': 'Change password', 'link':'/account/changepwd/'},
{'title': 'Logout', 'link':'/account/logout'},
],
}