mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:34:50 -04:00
Add a test for the public T&Cs form
This commit is contained in:
parent
83a5f459aa
commit
c1efcd7c6a
2 changed files with 8 additions and 1 deletions
|
@ -142,7 +142,7 @@ class ConsentResource(Resource):
|
|||
userhmac = None
|
||||
has_consented = False
|
||||
public_version = username == ""
|
||||
if not public_version or not self.hs.config.user_consent_at_registration:
|
||||
if not public_version:
|
||||
userhmac_bytes = parse_string(request, "h", required=True, encoding=None)
|
||||
|
||||
self._check_hash(username, userhmac_bytes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue