This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cud-themes/idp/profiles/email_change_body.txt

18 lines
317 B
Plaintext

{% load i18n %}{% blocktrans with name=user.get_short_name site=site.name old_email=user.email %}Hi {{ name }} !
You asked for changing your email on {{ site }} from:
{{ old_email }}
to:
{{ email }}
To validate this change please click on the following link:
{{ link }}
--
{{ site }}
{% endblocktrans %}