Package games.stendhal.server.core.account
package games.stendhal.server.core.account
-
ClassDescriptionCreates a new account as requested by a client.Creates a new character as requested by a client.checks the password against a list of common passwordsvalidates name is not a Creature namevalidates the character used in the email address.validates the new account name is not a character namevalidates the new character name is not an account name, unless player owns that accountchecks that only lower case letters are used.validates that the given parameter is provided is short than a specified maximum length.validates that the given parameter is provided has a minimum length.validates the character used for the character name.validates that the given parameter is neither null nor the empty string.validates name is not an NPC namechecks that the password is not closly related to the username.validates that reserved names (like admin) are not used as substrings.Manages a list of validators.