Skip to content

Commit

Permalink
add note about setting your password
Browse files Browse the repository at this point in the history
We've had a user create a new account and use the code without saving
account information, which meant they couldn't use the code once they
actually created a permanent account.
  • Loading branch information
kylrth committed Sep 14, 2023
1 parent 483f91d commit efb9b77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/bouncerbot/bouncerbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ var messages = map[string][]string{
"the year you finished the senior cohort.",
"I'll use this information to set which channels you'll be able to see, and to set your " +
"nickname on the server.",
"If you're new to Discord, don't send me the code until you've set a password for your " +
"new account! Otherwise, you'll lose access once you close your browser window and " +
"your code will not work next time.",
},
messageSuccessful: {"I found your info! I'll let you in now. :)"},
messageBadKey: {
Expand Down

0 comments on commit efb9b77

Please sign in to comment.