diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 127eabc3..2d241e5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,7 +20,7 @@ Changed - Simpler and safer authentication logic (#270) - Use token based auth to reset passwords (#269) - Better install doc (#275) -- Use token based auth in invitation e-mails +- Use token based auth in invitation e-mails (#280) Added ===== diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 13866369..e4034d48 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -92,7 +92,7 @@ {% endblock %} {% block content %} -
{{ _("Specify a (comma separated) list of email adresses you want to notify about the creation of this budget management project and we will send them an email for you.") }}
-{{ _("If you prefer, you can") }} {{ _("skip this step") }} {{ _("and notify them yourself") }}
+{{ _("If you prefer, you can share the project identifier and the shared +password by other communication means. Or even directly share the following link:") }} + + {{ url_for(".authenticate", _external=True, token=g.project.generate_token()) }} + +
{% include "display_errors.html" %}