diff --git a/timesketch/tsctl.py b/timesketch/tsctl.py index f19dca1004..71578028c0 100644 --- a/timesketch/tsctl.py +++ b/timesketch/tsctl.py @@ -82,7 +82,7 @@ def get_password_from_prompt(): user.set_password(plaintext=password) db_session.add(user) db_session.commit() - print(f"User account for {username} created/updated") + print(f"User {username} created/updated") @cli.command(name="enable-user")