mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix fresh install side effects from DB rework
This commit is contained in:
@ -234,9 +234,8 @@ class Controller:
|
||||
self.users.stop_prepare(exec_user["user_id"])
|
||||
self.support_scheduler.remove_job("logs_" + str(exec_user["user_id"]))
|
||||
|
||||
@staticmethod
|
||||
def add_system_user():
|
||||
HelperUsers.add_user(
|
||||
def add_system_user(self):
|
||||
self.users_helper.add_user(
|
||||
"system",
|
||||
Helpers.random_string_generator(64),
|
||||
"default@example.com",
|
||||
|
Reference in New Issue
Block a user