A user is defined by
- a login that has to be unique and valid
- a password that has to be valid
- an alias
- an email that has to be in a correct format
public addUser ( $userLogin, $password, $email, $alias = false, $_isPasswordHashed = false ) |