Skip to content

Commit

Permalink
fix: increasing default password length for windows users (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme McHale <[email protected]>
  • Loading branch information
gmchale79 authored Mar 21, 2024
1 parent 82a5c11 commit c411c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deadline_worker_agent/installer/win_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Defaults
DEFAULT_WA_USER = "deadline-worker"
DEFAULT_JOB_GROUP = "deadline-job-users"
DEFAULT_PASSWORD_LENGTH = 12
DEFAULT_PASSWORD_LENGTH = 32

# Environment variable that overrides the config path used by the Deadline client
DEADLINE_CLIENT_CONFIG_PATH_OVERRIDE_ENV_VAR = "DEADLINE_CONFIG_FILE_PATH"
Expand Down

0 comments on commit c411c85

Please sign in to comment.