Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / switch_accounts_email.txt @ 900325e8

History | View | Annotate | Download (477 Bytes)

1 0a569195 Sofia Papagiannaki
{% extends "im/email.txt" %}
2 0a569195 Sofia Papagiannaki
3 0a569195 Sofia Papagiannaki
4 ddd61409 Olga Brani
{% block content %}
5 0a569195 Sofia Papagiannaki
Dear {{ user.realname }},
6 0a569195 Sofia Papagiannaki
7 ddd61409 Olga Brani
We received a request for associating the specific email address with a shibboleth account for {{ BRANDING_COMPANY_NAME }}'s {{ BRANDING_SERVICE_NAME }} service.
8 0a569195 Sofia Papagiannaki
However this email is already associated with another local account.
9 0a569195 Sofia Papagiannaki
In order to switch the existing account to a shibboleth one, use the link: {{ url }}.
10 0a569195 Sofia Papagiannaki
Otherwise, just ignore this email.
11 0a569195 Sofia Papagiannaki
12 0a569195 Sofia Papagiannaki
{% endblock %}
13 0a569195 Sofia Papagiannaki
14 ddd61409 Olga Brani
{% block note %} {% endblock%}