diff --git a/uffd/selfservice/templates/mailverification.mail.txt b/uffd/selfservice/templates/mailverification.mail.txt index bd9a0b58f9d7a53f4ed792f0b1bdde1fd8d2641d..405b2e65276b118b93eb8e9ad38e5d4f0c10910a 100644 --- a/uffd/selfservice/templates/mailverification.mail.txt +++ b/uffd/selfservice/templates/mailverification.mail.txt @@ -1,8 +1,6 @@ Hi {{ user.displayname }}, -you have requested to change your mail address. -To confirm the change, please visit this URL: {{ url_for('selfservice.token_mail', token=token, _external=True) }} -**Please note this link is only valid for 48h** +you have requested to change your mail address. To confirm the change, please visit the following url: +{{ url_for('selfservice.token_mail', token=token, _external=True) }} -Kind regards, -uffd +**The link is valid for 48h** diff --git a/uffd/selfservice/templates/newuser.mail.txt b/uffd/selfservice/templates/newuser.mail.txt index 7ef8a46964ae799078e8e2b0c108bd78cf9b235f..d21aa834e9dea0eb37f47ef5e443aa954b5f2d1a 100644 --- a/uffd/selfservice/templates/newuser.mail.txt +++ b/uffd/selfservice/templates/newuser.mail.txt @@ -1,12 +1,11 @@ Hi {{ user.displayname }}, -welcome to the CCCV infrastructure. -An account was created for you, visit this url to set your password: {{ url_for('selfservice.token_password', token=token, _external=True) }} -**Please note this link is only valid for 48h** +welcome to the CCCV infrastructure. An account was created for you, please visit the following url to set your +password: {{ url_for('selfservice.token_password', token=token, _external=True) }} -You can find more information here: https://docs.cccv.de/ +**The link is valid for 48h** -If you have no idea why someone would create an account for you to be used for the next CCC event organization, please contact it@cccv.de. +You can find more information at https://docs.cccv.de/. -Kind regards, -uffd \ No newline at end of file +If you have no idea why someone would create an account for you to be used for the next CCC event organization, please +contact the infra team at it@cccv.de. diff --git a/uffd/selfservice/templates/passwordreset.mail.txt b/uffd/selfservice/templates/passwordreset.mail.txt index 658d8aeeceec6eb2c59b95e18ab14f1778f6f14b..88ab6676da3ed318d7ac7e70ef7fd5e7ccb76b9a 100644 --- a/uffd/selfservice/templates/passwordreset.mail.txt +++ b/uffd/selfservice/templates/passwordreset.mail.txt @@ -1,10 +1,8 @@ Hi {{ user.displayname }}, -you have requested a password reset. -To reset your password, visit this url: {{ url_for('selfservice.token_password', token=token, _external=True) }} -**Please note this link is only valid for 48h** +you have requested a password reset. To reset your password, visit the following url: +{{ url_for('selfservice.token_password', token=token, _external=True) }} -If you did not request a password reset, you do not need to do anything. +**The link is valid for 48h** -Kind regards, -uffd +If you did not request a password reset, please ignore this message.