OK -
the link below reveal that my version matches that on github.
ie. $alpha = 'ABCDEFGHIJKLMNOPQERSTUVXYZabcdefghijklmnopqrtsuvwxyz0123456789+*%&?!$-_=';
I DO note that this problem seems to have started just after updating php from 5.4 to 5.6. Wonder if that has anything to do with it.
Gene
On 2016-01-13 13:50, A.L.E.C wrote:
On 01/13/2016 08:24 PM, Gene wrote:
[13-Jan-2016 13:19:52 -0600]: <2418512a> PHP Error: Request security check failed (GET /directory/?_task=logout&_token=VheqxvML-YE%+YZ1zUfjI&*w7BCy0A$D)
Hmm... You don't have php's openssl module installed, do you?
There are some special characters in the token, maybe this causes issues. Could you try to remove special characters from the list in https://github.com/roundcube/roundcubemail/blob/release-1.1/program/lib/Roun... ?