Is there a way to create an account from a web page? Looks like something might be needed as was done for this issue.
Tried to debug but was unable to. I'll keep investigating and updating here as I progress.
Anonymous
This is how accounts should be created: accountDAO.addPlayer(transaction, username, Hash.hash(password), email);
I would strongly suggest changing the signature on the add player method so it takes the string password and the Hash.hash is done internally in the method. When you see parameter as []byte you immediately think about String.getBytes()