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:
parent
cfab0a522b
commit
2168c898a2
14
lib/user.py
14
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:
|
||||
|
Loading…
Reference in New Issue
Block a user