Add users not known to the FAKE_ACCOUNTS

This is technically incorrect but we need to handle them all the same anyway
This commit is contained in:
Stephan Kulow 2022-11-01 09:05:47 +01:00
parent cfab0a522b
commit 2168c898a2

View File

@ -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: