From 2168c898a2cc5dc7ff0f1636e6e07b9e246195e4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 1 Nov 2022 09:05:47 +0100 Subject: [PATCH] Add users not known to the FAKE_ACCOUNTS This is technically incorrect but we need to handle them all the same anyway --- lib/user.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/user.py b/lib/user.py index 705e557..688d6df 100644 --- a/lib/user.py +++ b/lib/user.py @@ -1,4 +1,16 @@ -FAKE_ACCOUNTS = ("unknown", "buildservice-autocommit", "autobuild", "_service") +FAKE_ACCOUNTS = ( + "unknown", + "buildservice-autocommit", + "autobuild", + "_service", + "admin", + "jg", + "mrdocs", + "AdrianSuSE", + "$user", + "embar-", + "michel_mno", +) class User: