Refactor after first tests against synapse
This commit is contained in:
@@ -83,6 +83,17 @@ threepid:
|
||||
session:
|
||||
validation: 'classpath:email/validate-template.eml'
|
||||
|
||||
session.policy.validation:
|
||||
enabled: true
|
||||
forLocal:
|
||||
enabled: true
|
||||
toLocal: true
|
||||
toRemote: true
|
||||
forRemote:
|
||||
enabled: true
|
||||
toLocal: true # This should not be changed unless you know exactly the implications!
|
||||
toRemote: true
|
||||
|
||||
storage:
|
||||
backend: 'sqlite'
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ body {
|
||||
If this was you who made this request, you may use the following link to
|
||||
complete the verification of your email address:</p>
|
||||
|
||||
<p><a href=%VALIDATION_LINK%">Complete email verification</a></p>
|
||||
<p><a href="%VALIDATION_LINK%">Complete email verification</a></p>
|
||||
|
||||
<p>...or copy this link into your web browser:</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user