Fixes in the user entity Since the encryption is MD5, the length of the password stored in the database will be 32 symbols. Due to this it is not necessary to extend the length of the database to ensure its storage and return to its previous state. Establishes an eager relation between competition and user to be able to have the user object when a competition is managed.