-
class
checks the password against a list of common passwords
class
validates name is not a Creature name
class
validates the character used in the email address.
class
validates the new account name is not a character name
class
validates the new character name is not an account name, unless player owns that account
class
checks that only lower case letters are used.
class
validates that the given parameter is provided is short than a specified
maximum length.
class
validates that the given parameter is provided has a minimum length.
class
validates the character used for the character name.
class
validates that the given parameter is neither null nor the empty string.
class
validates name is not an NPC name
class
checks that the password is not closly related to the username.
class
validates that reserved names (like admin) are not used as substrings.