Hi. I'm having some trouble with the account page.
When I try editing my account info (firstName, email...) I have a problem when I hit save.
the processAccountUpdate method inside AccountService.java invokes a csrfCheck method, that checks if a stateChecker variable is present on my post, but it's always null, so I can never update my account info.
Is this a known bug?