Hello,
I am trying to figure out how the logout hash is created. I just upgraded to 3.7 and the way it is done is slightly different and I can't find where it is set. In 3.6, this line of code did the trick just great:
PHP Code:
md5($userid.$userSalt.COOKIE_SALT)
but now it is quite different. Does anyone know how this is created or maybe in what file it is created in?
Thanks.