Since updating to 5.2.7, my site login is broken: after entering the username and password, I get an email from WF telling me that an administrator (i.e. I) logged in. However, I do not get redirected to the dashboard, instead the server connection breaks off after some time without transmitting any data.
If I disable WF, login works perfectly.
I have tried completely removing WF and re-installing. No change.
As you can probably guess, this is a total deal-breaker and I have removed WF from my site.
It may be relevant that I am using a shared SSL setup for the login and admin area using
define('FORCE_SSL_ADMIN', true);
define('FORCE_SSL_LOGIN', true);
Please let me know what further information you need to look into the issue. I have been unable to find 5.2.6 for regression testing, but it did work until I updated to 5.2.7.