Skip to content

Commit

Permalink
Expand anonymous username options.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Dec 24, 2024
1 parent e67a3ef commit 959abb3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/gened/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,12 @@ def generate_anon_username() -> str:
]

animals = [
"penguin", "dolphin", "squirrel", "eagle", "butterfly",
"falcon", "panda", "koala", "rabbit", "robin",
"otter", "hamster", "sparrow", "hedgehog", "turtle",
"penguin", "dolphin", "squirrel", "butterfly", "rabbit",
"panda", "koala", "otter", "falcon", "sparrow",
"hedgehog", "tortoise", "giraffe", "zebra", "kangaroo",
"alpaca", "antelope", "hummingbird", "gazelle", "seahorse",
"owl", "dragonfly", "pelican", "crane", "lynx",
"leopard", "wolf", "eagle", "deer", "swan"
]

# Get two unique adjectives, one animal
Expand Down

0 comments on commit 959abb3

Please sign in to comment.