Fix indentation in builtin 3PID templates (cosmetic)
This commit is contained in:
@@ -39,26 +39,26 @@ Content-Disposition: inline
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
||||||
font-color: #454545;
|
font-color: #454545;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
width: 100%%;
|
width: 100%%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner {
|
#inner {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -66,24 +66,24 @@ pre, code {
|
|||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td id="inner">
|
<td id="inner">
|
||||||
<p>Hi,</p>
|
<p>Hi,</p>
|
||||||
|
|
||||||
<p>%SENDER_NAME_OR_ID% has invited you into a room [%ROOM_NAME_OR_ID%] on
|
<p>%SENDER_NAME_OR_ID% has invited you into a room [%ROOM_NAME_OR_ID%] on
|
||||||
Matrix. To join the conversation, register an account on <a href="%REGISTER_URL%">%DOMAIN%</a>.</p>
|
Matrix. To join the conversation, register an account on <a href="%REGISTER_URL%">%DOMAIN%</a>.</p>
|
||||||
|
|
||||||
<pYou can also register an account on a public server and get in touch with them.</p>
|
<pYou can also register an account on a public server and get in touch with them.</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<p>About Matrix:</p>
|
<p>About Matrix:</p>
|
||||||
|
|
||||||
<p>Matrix is an open standard for interoperable, decentralised, real-time communication
|
<p>Matrix is an open standard for interoperable, decentralised, real-time communication
|
||||||
over IP, supporting group chat, file transfer, voice and video calling, integrations to
|
over IP, supporting group chat, file transfer, voice and video calling, integrations to
|
||||||
other apps, bridges to other communication systems and much more. It can be used to power
|
other apps, bridges to other communication systems and much more. It can be used to power
|
||||||
Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication.</p>
|
Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication.</p>
|
||||||
|
|
||||||
<p>Thanks,</p>
|
<p>Thanks,</p>
|
||||||
|
|
||||||
<p>%DOMAIN_PRETTY% Admins</p>
|
<p>%DOMAIN_PRETTY% Admins</p>
|
||||||
</td>
|
</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@@ -28,26 +28,26 @@ Content-Disposition: inline
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
||||||
font-color: #454545;
|
font-color: #454545;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
width: 100%%;
|
width: 100%%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner {
|
#inner {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -55,13 +55,13 @@ pre, code {
|
|||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td id="inner">
|
<td id="inner">
|
||||||
<p>Hi,</p>
|
<p>Hi,</p>
|
||||||
|
|
||||||
<p>%SENDER_NAME_OR_ID% has invited you into a room [%ROOM_NAME_OR_ID%] on Matrix.</p>
|
<p>%SENDER_NAME_OR_ID% has invited you into a room [%ROOM_NAME_OR_ID%] on Matrix.</p>
|
||||||
|
|
||||||
<p>Thanks,</p>
|
<p>Thanks,</p>
|
||||||
|
|
||||||
<p>%DOMAIN_PRETTY% Admins</p>
|
<p>%DOMAIN_PRETTY% Admins</p>
|
||||||
</td>
|
</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@@ -61,26 +61,26 @@ Content-Disposition: inline
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
||||||
font-color: #454545;
|
font-color: #454545;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
width: 100%%;
|
width: 100%%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner {
|
#inner {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -88,42 +88,42 @@ pre, code {
|
|||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td id="inner">
|
<td id="inner">
|
||||||
<p>Hi,</p>
|
<p>Hi,</p>
|
||||||
|
|
||||||
<p><b>THIS IS IMPORTANT, PLEASE READ CAREFULLY</b>.<br/>
|
<p><b>THIS IS IMPORTANT, PLEASE READ CAREFULLY</b>.<br/>
|
||||||
If you are the system administrator of the Matrix installation, read the second section.</p>
|
If you are the system administrator of the Matrix installation, read the second section.</p>
|
||||||
|
|
||||||
<p>This is a notification email that a possibly unauthorized entity has attempted to alter your
|
<p>This is a notification email that a possibly unauthorized entity has attempted to alter your
|
||||||
3PIDs (email, phone numbers, etc.) settings. The request was denied and no change has been made.</p>
|
3PIDs (email, phone numbers, etc.) settings. The request was denied and no change has been made.</p>
|
||||||
|
|
||||||
<p>This is so you are aware of a possible failure in case you just tried to remove a 3PID from your account.</p>
|
<p>This is so you are aware of a possible failure in case you just tried to remove a 3PID from your account.</p>
|
||||||
|
|
||||||
<p>If you do not understand this email, please forward it to your System administrator.</p>
|
<p>If you do not understand this email, please forward it to your System administrator.</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p>As the system administrator:</p>
|
<p>As the system administrator:</p>
|
||||||
|
|
||||||
<p>If you are using synapse as a Homeserver, this is a known issue related to <a href="https://github.com/matrix-org/matrix-doc/issues/1194">MSC1194</a>
|
<p>If you are using synapse as a Homeserver, this is a known issue related to <a href="https://github.com/matrix-org/matrix-doc/issues/1194">MSC1194</a>
|
||||||
and abuse of separation of concerns. As a privacy-centric product and to protect your privacy, the request was actively
|
and abuse of separation of concerns. As a privacy-centric product and to protect your privacy, the request was actively
|
||||||
blocked. We have written a more detailed explanation on our <a href="https://github.com/kamax-matrix/mxisd/wiki/mxisd-and-your-privacy">Privacy wiki page</a>
|
blocked. We have written a more detailed explanation on our <a href="https://github.com/kamax-matrix/mxisd/wiki/mxisd-and-your-privacy">Privacy wiki page</a>
|
||||||
(<a href="https://github.com/kamax-matrix/mxisd/wiki/mxisd-and-your-privacy#msc1194-synapse-and-impacts-on-your-privacy">Direct link to section</a>)
|
(<a href="https://github.com/kamax-matrix/mxisd/wiki/mxisd-and-your-privacy#msc1194-synapse-and-impacts-on-your-privacy">Direct link to section</a>)
|
||||||
so you can fully grasp the impact for you and your users.</p>
|
so you can fully grasp the impact for you and your users.</p>
|
||||||
|
|
||||||
<p>We have open an issue on the synapse repos to reflect the related privacy concerns and GDPR violation(s) and would
|
<p>We have open an issue on the synapse repos to reflect the related privacy concerns and GDPR violation(s) and would
|
||||||
appreciate if you could comment on it or simply adds a thumbs up so the concerns are finally dealt with by the synapse dev team.<br/>
|
appreciate if you could comment on it or simply adds a thumbs up so the concerns are finally dealt with by the synapse dev team.<br/>
|
||||||
Issue: <a href="https://github.com/matrix-org/synapse/issues/4540">https://github.com/matrix-org/synapse/issues/4540</a></p>
|
Issue: <a href="https://github.com/matrix-org/synapse/issues/4540">https://github.com/matrix-org/synapse/issues/4540</a></p>
|
||||||
|
|
||||||
<p>If you are using another Homeserver or this came following no action from your own users, then you have been the target
|
<p>If you are using another Homeserver or this came following no action from your own users, then you have been the target
|
||||||
of an unbind attack from a rogue entity which was blocked. You may want to check your logs to see the exact source of
|
of an unbind attack from a rogue entity which was blocked. You may want to check your logs to see the exact source of
|
||||||
the attack and take relevant actions following your policy.</p>
|
the attack and take relevant actions following your policy.</p>
|
||||||
|
|
||||||
<p>If you would like to disable these notifications, please see the
|
<p>If you would like to disable these notifications, please see the
|
||||||
<a href="https://github.com/kamax-matrix/mxisd/blob/master/docs/threepids/session/session.md#configuration">3PID sessions configuration documentation.</a></p>
|
<a href="https://github.com/kamax-matrix/mxisd/blob/master/docs/threepids/session/session.md#configuration">3PID sessions configuration documentation.</a></p>
|
||||||
|
|
||||||
<p>Thanks,</p>
|
<p>Thanks,</p>
|
||||||
|
|
||||||
<p>%DOMAIN_PRETTY% Admins</p>
|
<p>%DOMAIN_PRETTY% Admins</p>
|
||||||
</td>
|
</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@@ -33,30 +33,30 @@ Content-Disposition: inline
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
||||||
font-color: #454545;
|
font-color: #454545;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
width: 100%%;
|
width: 100%%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner {
|
#inner {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notif_link a, .footer a {
|
.notif_link a, .footer a {
|
||||||
color: #76CFA6 ! important;
|
color: #76CFA6 ! important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user