moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Invalid Characters in Full Name #598

Closed PJNorrisS1 closed 9 months ago

PJNorrisS1 commented 9 months ago

With so many games we play globally, I can't believe this hasn't come up before!

We have an instance running in France and we had a few users register on the RTB console with é in their name (eg: Céline).

When clicking register, we get "glitch in the matrix", or in France it was "Glitch dans la matrice"

image

RTB validates Handle Field and Email field, can we have a validation on the Full Name field please?

eljeffeg commented 9 months ago

Hmmm, that shouldn't happen. Do you happen to have the stack trace on that?

PJNorrisS1 commented 9 months ago

Not at hand at moment but super easy to replicate try registering and put a foreign character in the Full Name field. Oddly enough the user is created though. On 9 Nov 2023, at 21:41, ElJeffe @.***> wrote: Hmmm, that shouldn't happen. Do you happen to have the stack trace on that?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

eljeffeg commented 9 months ago

Yeah, trying to replicate it, but the account seems to create. What page are you seeing the error on?

bmartin5692 commented 9 months ago

@eljeffeg - I've opened PR #599 which addresses the issue