mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 19:51:49 +02:00

* Use token based auth in invitation e-mails Invitation e-mails no longer contain the clear text project password * Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email
12 lines
619 B
Text
12 lines
619 B
Text
Hi,
|
|
|
|
Someone using the email address {{ g.project.contact_email }} invited you to share your expenses for "{{ g.project.name }}".
|
|
|
|
It's as simple as saying what did you paid for, for who, and how much did it cost you, we are caring about the rest.
|
|
|
|
You can log in using this link: {{ url_for(".authenticate", _external=True, token=g.project.generate_token()) }}.
|
|
Once logged in you can use the following link which is easier to remember: {{ url_for(".list_bills", _external=True) }}
|
|
If your cookie gets deleted or if you log out, you will need to log back in using the first link.
|
|
|
|
Enjoy,
|
|
Some weird guys (with beards)
|