Skip to content

Commit

Permalink
Merge branch 'feature/pcartas'
Browse files Browse the repository at this point in the history
  • Loading branch information
pcartas committed Sep 25, 2024
2 parents 30c46ec + a14c690 commit f15e8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tljh/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def generate_system_username(username):
str: The generated POSIX-compliant username.
"""

if os.getenv("TLJH_HASH_USERNAME", HASH_USERNAME):
if os.getenv("TLJH_HASH_USERNAME", HASH_USERNAME).lower() == "true":
if len(username) < 26:
return username

Expand Down

0 comments on commit f15e8cf

Please sign in to comment.