Error LoginServer

Sami

Vassal
Customer
Hi, guys, I'm having this error on the server login. It seems to be something to do with characters. Can anyone tell me the solution?
 

Attachments

  • WhatsApp Image 2025-07-14 at 11.28.42 AM.webp
    WhatsApp Image 2025-07-14 at 11.28.42 AM.webp
    75.6 KB · Views: 31
AccountTemplate = [A-Za-z0-9]{4,14}
PasswordTemplate = [A-Za-z0-9]{4,16}


Do the same thing during registration on your website.
 
AccountTemplate = [A-Za-z0-9]{4,14}
PasswordTemplate = [A-Za-z0-9]{4,16}


Do the same thing during registration on your website.
ANDThe problem isn't the website itself. Because it won't let you create with unauthorized characters. What happened was that the server was stuck auto-creating accounts for a few days. Now I want to know how I can find out what I need to fix in Navicat so that it doesn't keep showing that error.
 
ANDThe problem isn't the website itself. Because it won't let you create with unauthorized characters. What happened was that the server was stuck auto-creating accounts for a few days. Now I want to know how I can find out what I need to fix in Navicat so that it doesn't keep showing that error.
Query and filter all characters with names that don't respect your regex, then delete them
 
Back
Top