-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/issue 583 email templates to disk #595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kayjoosten
wants to merge
7
commits into
main
Choose a base branch
from
feature/issue-583-email-templates-to-disk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d007c26
Drop sraa and email_templates from management API push
kayjoosten 2045cdf
Read SRAA list from parameters.yaml instead of database
kayjoosten 560dc25
Read email templates from disk instead of database
kayjoosten d7a8b77
Update existing tests for sraa/email_templates removal
kayjoosten b691871
Add unit tests for SraaService, DiskEmailTemplateService and EmailTem…
kayjoosten 53306e1
Add integration tests for management configuration push
kayjoosten c4f8d6d
Remove stale phpstan baseline entries for deleted code
kayjoosten File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
config/openconext/email_templates/en_GB/confirm_email.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>Thank you for registering your token. Please visit this link to verify your email address:</p> | ||
|
|
||
| <p><a href='{{ verificationUrl }}'>{{ verificationUrl }}</a></p> | ||
|
|
||
| <p>If you can not click on the URL, please copy the link and paste it in the address bar of your browser.</p> |
5 changes: 5 additions & 0 deletions
5
config/openconext/email_templates/en_GB/recovery_token_created.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>Thank you for registering a recovery method. You can use this method if you want to reactivate a token that you have lost.</p> | ||
|
|
||
| <p>Always make sure you have at least one recovery method available.</p> |
13 changes: 13 additions & 0 deletions
13
config/openconext/email_templates/en_GB/recovery_token_revoked.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p> | ||
| {% if isRevokedByRa %} | ||
| Your recovery method was removed by an administrator. | ||
| {% else %} | ||
| Your recovery method has been removed. Please contact your institution's helpdesk immediately if you did not do this yourself, as this could mean that your account has been compromised. | ||
| {% endif %} | ||
| </p> | ||
|
|
||
| <p>You can no longer use this recovery method to activate a token.</p> | ||
|
|
||
| <p>Always make sure you have at least one recovery method available.</p> |
27 changes: 27 additions & 0 deletions
27
config/openconext/email_templates/en_GB/registration_code_with_ra_locations.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>Thank you for registering your token. Please visit one of the locations below within 14 days to get your token activated. After {{ expirationDate | format_date('full', locale=locale) }} your activation code is no longer valid.</p> | ||
|
|
||
| <p>Please bring the following:</p> | ||
| <ul> | ||
| <li>Your token</li> | ||
| <li>A valid proof of identity (passport, drivers license or national ID-card)</li> | ||
| <li>The activation code from this e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activation code: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Location(s) to activate your token:</p> | ||
| {% if raLocations is empty %} | ||
| <p>No locations known.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in raLocations %} | ||
| <li><address> | ||
| <strong>{{ ra.name }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
27 changes: 27 additions & 0 deletions
27
config/openconext/email_templates/en_GB/registration_code_with_ras.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>Thank you for registering your token. Please visit one of the locations below within 14 days to get your token activated. After {{ expirationDate | format_date('full', locale=locale) }} your activation code is no longer valid.</p> | ||
|
|
||
| <p>Please bring the following:</p> | ||
| <ul> | ||
| <li>Your token</li> | ||
| <li>A valid proof of identity (passport, drivers license or national ID-card)</li> | ||
| <li>The activation code from this e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activation code: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Location(s) to activate your token:</p> | ||
| {% if ras is empty %} | ||
| <p>No RAs are known.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in ras %} | ||
| <li><address> | ||
| <strong>{{ ra.commonName }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
13 changes: 13 additions & 0 deletions
13
config/openconext/email_templates/en_GB/second_factor_revoked.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p> | ||
| {% if isRevokedByRa %} | ||
| The registration of your {{ tokenType }} with ID {{ tokenIdentifier }} was deleted by an administrator. | ||
| {% else %} | ||
| You have deleted the registration of your {{ tokenType }} token with ID {{ tokenIdentifier }}. If you did not delete your token you must immediately contact the support desk of your institution, as this may indicate that your account has been compromised. | ||
| {% endif %} | ||
| </p> | ||
|
|
||
| <p>You can no longer use this token to access services that require two-step authentication.</p> | ||
|
|
||
| <p>Do you want to replace your token? Please visit <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a> and register a new token.</p> |
27 changes: 27 additions & 0 deletions
27
...ext/email_templates/en_GB/second_factor_verification_reminder_with_ra_locations.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>You have registered, but not yet activated, a token. Please visit one of the locations below to get your token activated. After {{ expirationDate | format_date('full', locale=locale) }} your activation code is no longer valid.</p> | ||
|
|
||
| <p>Please bring the following:</p> | ||
| <ul> | ||
| <li>Your token</li> | ||
| <li>A valid proof of identity (passport, drivers license or national ID-card)</li> | ||
| <li>The activation code from this e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activation code: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Location(s) to activate your token:</p> | ||
| {% if raLocations is empty %} | ||
| <p>No locations known.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in raLocations %} | ||
| <li><address> | ||
| <strong>{{ ra.name }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
27 changes: 27 additions & 0 deletions
27
...g/openconext/email_templates/en_GB/second_factor_verification_reminder_with_ras.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>You have registered, but not yet activated, a token. Please visit one of the locations below to get your token activated. After {{ expirationDate | format_date('full', locale=locale) }} your activation code is no longer valid.</p> | ||
|
|
||
| <p>Please bring the following:</p> | ||
| <ul> | ||
| <li>Your token</li> | ||
| <li>A valid proof of identity (passport, drivers license or national ID-card).</li> | ||
| <li>The activation code from this e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activation code: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Location(s) to activate your token:</p> | ||
| {% if ras is empty %} | ||
| <p>No RAs are known.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in ras %} | ||
| <li><address> | ||
| <strong>{{ ra.commonName }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| <p>Dear {{ commonName }},</p> | ||
|
|
||
| <p>Thank you for registering your token. Your token is ready to use. You can use this token for services connected to SURFconext that require two-step authentication. This e-mail contains more info on how to use your token.</p> | ||
|
|
||
| <p><strong>Handle your token with care</strong></p> | ||
| <ul> | ||
| <li>Your token is private, do not share your token with others</li> | ||
| <li>Never leave your token unattended</li> | ||
| <li>Lock your phone, e.g. with a code or fingerprint</li> | ||
| </ul> | ||
|
|
||
| <p><strong>Token lost?</strong><br /> | ||
| Did you lose your token? Please visit <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a> and remove your token registration. This way no one can take advantage of your token.</p> | ||
|
|
||
| <p><strong>Replace token</strong><br /> | ||
| Do you want to replace your token? Please visit <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a>, remove your activated token and start the token registration process again.</p> | ||
|
|
||
| <p><strong>Test token</strong><br /> | ||
| Do you want to test your token? Please visit <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a> and select the "Test" button next to the token you want to test.</p> |
7 changes: 7 additions & 0 deletions
7
config/openconext/email_templates/nl_NL/confirm_email.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Bedankt voor het registreren van je token. Klik op onderstaande link om je e-mailadres te bevestigen:</p> | ||
|
|
||
| <p><a href='{{ verificationUrl }}'>{{ verificationUrl }}</a></p> | ||
|
|
||
| <p>Is klikken op de link niet mogelijk? Kopieer dan de link en plak deze in de adresbalk van je browser.</p> |
5 changes: 5 additions & 0 deletions
5
config/openconext/email_templates/nl_NL/recovery_token_created.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Bedankt voor het registreren een herstelmethode. Je kunt deze methode gebruiken wanneer je een token dat je verloren bent opnieuw wilt activeren.</p> | ||
|
|
||
| <p>Zorg er altijd voor dat je tenminste één herstelmethode beschikbaar hebt.</p> |
13 changes: 13 additions & 0 deletions
13
config/openconext/email_templates/nl_NL/recovery_token_revoked.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p> | ||
| {% if isRevokedByRa %} | ||
| Je herstelmethode is verwijderd door een beheerder. | ||
| {% else %} | ||
| Je herstelmethode is verwijderd. Neem direct contact op met de helpdesk van je instelling als je dit niet zelf gedaan hebt, omdat dit kan betekenen dat je account gecompromitteerd is. | ||
| {% endif %} | ||
| </p> | ||
|
|
||
| <p>Je kunt deze herstelmethode niet meer gebruiken om een token te activeren.</p> | ||
|
|
||
| <p>Zorg er altijd voor dat je tenminste één herstelmethode beschikbaar hebt.</p> |
27 changes: 27 additions & 0 deletions
27
config/openconext/email_templates/nl_NL/registration_code_with_ra_locations.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Bedankt voor het registreren van je token. Ga binnen 14 dagen naar een van de onderstaande locaties om je token te laten activeren. Je activatiecode is geldig tot en met {{ expirationDate | format_date('full', locale=locale) }}.</p> | ||
|
|
||
| <p>Neem daarbij het volgende mee:</p> | ||
| <ul> | ||
| <li>Je token</li> | ||
| <li>Een geldig legitimatiebewijs (paspoort, rijbewijs of nationale ID-kaart)</li> | ||
| <li>De activatiecode uit deze e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activatiecode: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Locatie(s) om je token te activeren:</p> | ||
| {% if raLocations is empty %} | ||
| <p>Er zijn geen Locaties bekend.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in raLocations %} | ||
| <li><address> | ||
| <strong>{{ ra.name }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
27 changes: 27 additions & 0 deletions
27
config/openconext/email_templates/nl_NL/registration_code_with_ras.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Bedankt voor het registreren van je token. Ga binnen 14 dagen naar een van de onderstaande locaties om je token te laten activeren. Je activatiecode is geldig tot en met {{ expirationDate | format_date('full', locale=locale) }}.</p> | ||
|
|
||
| <p>Neem daarbij het volgende mee:</p> | ||
| <ul> | ||
| <li>Je token</li> | ||
| <li>Een geldig legitimatiebewijs (paspoort, rijbewijs of nationale ID-kaart)</li> | ||
| <li>De activatiecode uit deze e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activatiecode: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Locatie(s) om je token te activeren:</p> | ||
| {% if ras is empty %} | ||
| <p>Er zijn geen RAs bekend.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in ras %} | ||
| <li><address> | ||
| <strong>{{ ra.commonName }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
13 changes: 13 additions & 0 deletions
13
config/openconext/email_templates/nl_NL/second_factor_revoked.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p> | ||
| {% if isRevokedByRa %} | ||
| De registratie van je {{ tokenType }} token met ID {{ tokenIdentifier }} is verwijderd door een beheerder. | ||
| {% else %} | ||
| Je hebt de registratie voor je {{ tokenType }} token met ID {{ tokenIdentifier }} verwijderd. Neem direct contact op met de helpdesk van je instelling als je dit zelf niet gedaan hebt, omdat dit kan betekenen dat je account gecompromitteerd is. | ||
| {% endif %} | ||
| </p> | ||
|
|
||
| <p>Je kunt dit token niet meer gebruiken om in te loggen bij services die een tweede inlogstap vereisen.</p> | ||
|
|
||
| <p>Wil je een nieuw token aanvragen? Ga dan naar <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a> en doorloop het registratieproces opnieuw.</p> |
27 changes: 27 additions & 0 deletions
27
...ext/email_templates/nl_NL/second_factor_verification_reminder_with_ra_locations.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Je hebt een token geregistreerd, maar het nog niet laten activeren. Je kunt tot en met {{ expirationDate | format_date('full', locale=locale) }} bij een van de onderstaande locaties terecht om je token te laten activeren.</p> | ||
|
|
||
| <p>Neem daarbij het volgende mee:</p> | ||
| <ul> | ||
| <li>Je token</li> | ||
| <li>Een geldig legitimatiebewijs (paspoort, rijbewijs of nationale ID-kaart)</li> | ||
| <li>De activatiecode uit deze e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activatiecode: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Locatie(s) om je token te activeren:</p> | ||
| {% if raLocations is empty %} | ||
| <p>Er zijn geen Locaties bekend.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in raLocations %} | ||
| <li><address> | ||
| <strong>{{ ra.name }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
27 changes: 27 additions & 0 deletions
27
...g/openconext/email_templates/nl_NL/second_factor_verification_reminder_with_ras.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Je hebt een token geregistreerd, maar het nog niet laten activeren. Je kunt tot en met {{ expirationDate | format_date('full', locale=locale) }} bij een van de onderstaande locaties terecht om je token te laten activeren.</p> | ||
|
|
||
| <p>Neem daarbij het volgende mee:</p> | ||
| <ul> | ||
| <li>Je token</li> | ||
| <li>Een geldig legitimatiebewijs (paspoort, rijbewijs of nationale ID-kaart)</li> | ||
| <li>De activatiecode uit deze e-mail</li> | ||
| </ul> | ||
|
|
||
| <p style='font-size: 150%; text-align: center'>Activatiecode: <code>{{ registrationCode }}</code></p> | ||
|
|
||
| <p>Locatie(s) om je token te activeren:</p> | ||
| {% if ras is empty %} | ||
| <p>Er zijn geen RAs bekend.</p> | ||
| {% else %} | ||
| <ul> | ||
| {% for ra in ras %} | ||
| <li><address> | ||
| <strong>{{ ra.commonName }}</strong><br /> | ||
| {{ ra.location }}<br /> | ||
| {{ ra.contactInformation }} | ||
| </address></li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| <p>Beste {{ commonName }},</p> | ||
|
|
||
| <p>Bedankt voor het registreren van je token. Je token is nu klaar voor gebruik. Je kunt dit token gebruiken wanneer op SURFconext aangesloten services een tweede inlogstap vereisen. In deze e-mail vind je meer informatie over het gebruik van je token.</p> | ||
|
|
||
| <p><strong>Ga zorgvuldig om met je token</strong></p> | ||
| <ul> | ||
| <li>Je token is persoonlijk, deel deze niet met anderen</li> | ||
| <li>Laat je token nooit onbeheerd achter</li> | ||
| <li>Vergrendel je telefoon met bijvoorbeeld een code of vingerafdruk</li> | ||
| </ul> | ||
|
|
||
| <p><strong>Token verloren?</strong><br /> | ||
| Wat moet je doen als je jouw token verloren bent? Ga naar <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a> en verwijder je tokenregistratie. Zo kan niemand misbruik maken van jouw token.</p> | ||
|
|
||
| <p><strong>Nieuw token aanvragen</strong><br /> | ||
| Wil je jouw token vervangen? Log in op <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a>, verwijder je geactiveerde token en doorloop het registratieproces opnieuw.</p> | ||
|
|
||
| <p><strong>Token testen</strong><br /> | ||
| Wil je de werking van je token testen? Log in op <a href='{{ selfServiceUrl }}'>{{ selfServiceUrl }}</a> en selecteer de "Testen" knop naast het token dat je wil testen.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: Should there be a / is there a sensible default for a value for use in devconf?