Searched hist:b13c0e1a48a0936392e432180d17759e4314d870 (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
H A D | auth.php | b13c0e1a48a0936392e432180d17759e4314d870 Sun Sep 27 13:06:50 UTC 2020 AdaKaleh <31895292+adakaleh@users.noreply.github.com> Improve auth_browseruid()
As discussed in https://forum.dokuwiki.org/d/18284-dont-store-ip-addresses/5
- remove the deprecated HTTP_ACCEPT_CHARSET - add HTTP_ACCEPT_LANGUAGE - add HTTP_ACCEPT_ENCODING - add HTTP_ACCEPT - use half of the IP address - add support for IPv6 - use SHA256 instead of MD5
Also:
- remove `$uid = strtolower($uid)`, as it doesn't seem to help
|