Revision a92289d3

b/snf-astakos-app/astakos/im/templates/im/switch_accounts_email.txt
6 6

  
7 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 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 }}.
9
In order to switch the existing account to a shibboleth one, use the link: {{ url }}
10 10
Otherwise, just ignore this email.
11 11

  
12 12
{% endblock %}
13 13

  
14
{% block note %} {% endblock%}
14
{% block note %} {% endblock%}
b/snf-astakos-app/astakos/im/templates/registration/password_email.txt
1 1
{% extends "im/email.txt" %}
2 2

  
3 3
{% block content %}
4
To reset your password for {{ BRANDING_COMPANY_NAME|upper }}'s {{ BRANDING_SERVICE_NAME }}, you can use the  link: {{ url }}.
4
To reset your password for {{ BRANDING_COMPANY_NAME|upper }}'s {{ BRANDING_SERVICE_NAME }}, please use the following link:
5

  
6
{{ url }}
7

  
5 8
{% endblock %}

Also available in: Unified diff