SuccessChanges

Summary

  1. tsk8 Adds MD5 encryption for the user's password (details)
Commit 194fe80adcbc6989c25cacdeb9d788bd058d2a52 by anrodriquez
tsk8 Adds MD5 encryption for the user's password
Add MD5 for the password. The user's constructors call the new function
to encrypt the received string. The test in the persistence and service
layer are included.
XML dataset updated to work with encryption.
The file was modifiedtests/src/main/resources/datasets/teamsAfterCreate.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/teamsAfterUpdate.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users-update.xml (diff)
The file was addedtests/src/main/resources/datasets/users-update-password.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teamsAfterDelete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/competitions.xml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)