commit 53f7a67ba2b47a87914817d91940bf4467e88bdd
parent c8bc955d5b825bb370132786d2bf7316387889fd
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 30 Aug 2022 21:05:47 +0200
Set shared_secret
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dockerfiles/synapse_generate_login.py b/dockerfiles/synapse_generate_login.py
@@ -5,7 +5,7 @@ import os
def generate_mac(nonce, user, password, admin=False, user_type=None):
mac = hmac.new(
- key=shared_secret,
+ key="sahZae3yahjaequ8boh2cae5uo5eiciede2hoa9eew8mai1oy4iiChietheequ9U",
digestmod=hashlib.sha1,
)