When we run the run Classic Portal Migration Tool in portal 3.5. We receive these messages:
So we cannot proceed.
API Portal: 3.5
Check the catalina.log for a user with a null password.
To fix this problem, run the following command against the lrs database in MySQL:
update lrs.cmsusers set password = '' where password is null;