aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/password_reminder.en
AgeCommit message (Collapse)AuthorFilesLines
2018-01-05Include all .j2 files in the packaged version.Alexis Métaireau1-8/+0
I've also renamed the templates to *.j2 in order to make things clearer to others. Having extensions with the name of the locale doesn't seem to be a good practice, and would need us to add the locales in the MANIFEST file each time we add one. Fix #305
2017-10-26Use token based auth to reset passwords (#269)0livd1-3/+3
Send a mail containing a password reset token link instead of sending a clear text password. Ref #232
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+8
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.