Skip to content

Commit

Permalink
Do not show the password in the logging (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zawadidone committed Feb 20, 2024
1 parent 7b6a825 commit 6f2ba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timesketch/tsctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6f2ba3c

Please sign in to comment.