SuccessChanges

Summary

  1. Fixes in the user entity (details)
Commit feca12af59dd2efc4f733495730aec61da6fd4c5 by anrodriquez
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.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/User.java (diff)