From 724ab440ab8390be9c8ffb4c14be79551dcccf7c Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 01:08:56 +0100 Subject: [PATCH] modules/WSGuestControl.py --- modules/WSGuestControl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/WSGuestControl.py b/modules/WSGuestControl.py index 58f6420..38ccff9 100644 --- a/modules/WSGuestControl.py +++ b/modules/WSGuestControl.py @@ -35,6 +35,8 @@ class WSGuestControl(AbstractWSHandler): # :thumbsup: """)) + return True + # demote user with incorrect email (email no longer changable to invalid - delete this?) elif not self.email_rex.match(user["email"]) and not "system_guest" in user["roles"]: print("WSGuestControl: Demoting user.") -- 2.43.0