Re: [Bonus] Account not found
Posted: Mon Aug 11, 2025 9:56 pm
If the database just used prepared statements then the character limitations would not be needed. I'm guessing the database does the old-school naive method of input sanitization. The server-side code is closed source, so all I can do is speculate.