azerothcore / acore-cms

ACore CMS based on Wordpress
https://www.azerothcore.org/acore-cms/
50 stars 31 forks source link

feat: Guild Rename service #99

Closed Nyeriah closed 2 years ago

Nyeriah commented 2 years ago

Wip

Nyeriah commented 2 years ago

Validation added. Tests performed:

Anything else I might be missing? Character limit maybe? What's guild names character limit? Numeric character sanitization?

gareth-charles commented 2 years ago

Re: validation.

Game server imposes several restrictions, eg.

Min length:

Max length:

Additional requirements based on server language settings.

I think your best choice would be to ask the game server to validate the name for you, so we don't have to reproduce the validation on both places.