Let's have a look at a few fixes:
- Fix—increase password field length: As mentioned earlier, the password field's length, defined in User.java, was too small for an encrypted password. It causes an error when we run the end-to-end testing in the "e2e" profile:
Figure 14.3: Fix—increase password field length