Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (477 Bytes)

1
{% extends "im/email.txt" %}
2

    
3

    
4
{% block content %}
5
Dear {{ user.realname }},
6

    
7
We received a request for associating the specific email address with a shibboleth account for {{ BRANDING_COMPANY_NAME }}'s {{ BRANDING_SERVICE_NAME }} service.
8
However this email is already associated with another local account.
9
In order to switch the existing account to a shibboleth one, use the link: {{ url }}
10
Otherwise, just ignore this email.
11

    
12
{% endblock %}
13

    
14
{% block note %} {% endblock%}