mirror of https://github.com/watcha-fr/synapse
Add config variables for enabling terms auth and the policy name (#4142)
So people can still collect consent the old way if they want to.pull/14/head
parent
f1087106cf
commit
0f5e51f726
@ -1 +1 @@ |
||||
Add `m.login.terms` to the registration flow when consent tracking is enabled. **This makes the template arguments conditionally optional on a new `public_version` variable - update your privacy templates to support this.** |
||||
Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled. |
||||
|
@ -1 +1 @@ |
||||
Add `m.login.terms` to the registration flow when consent tracking is enabled. **This makes the template arguments conditionally optional on a new `public_version` variable - update your privacy templates to support this.** |
||||
Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled. |
||||
|
@ -0,0 +1 @@ |
||||
Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled. |
Loading…
Reference in new issue