From c6f72e112ba3d797e71302d96504bbd54c83ca6b Mon Sep 17 00:00:00 2001 From: 0livd Date: Thu, 21 Dec 2017 13:57:01 +0100 Subject: Use hashed passwords for projects (#286) - Remove all occurences of clear text project passwords. - Migrate the database to hash the previously stored passwords. Closes #232 --- ihatemoney/templates/reminder_mail.en | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ihatemoney/templates/reminder_mail.en') diff --git a/ihatemoney/templates/reminder_mail.en b/ihatemoney/templates/reminder_mail.en index 5f9b7d8..8784d2a 100644 --- a/ihatemoney/templates/reminder_mail.en +++ b/ihatemoney/templates/reminder_mail.en @@ -2,8 +2,7 @@ Hi, You have just (or someone else using your email address) created the project "{{ g.project.name }}" to share your expenses. -You can access it here: {{ url_for(".list_bills", _external=True) }} (the identifier is {{ g.project.id }}), -and the shared password is "{{ g.project.password }}". +You can access it here: {{ url_for(".list_bills", _external=True) }} (the identifier is {{ g.project.id }}). If you want to share this project with your friends, you can share the identifier and the shared password with them or send them invitations with the following link: {{ url_for(".invite", _external=True) }} -- cgit v1.1