[dokuwiki] New PR: Improve auth browseruid

  • From: "adakaleh" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 28 Sep 2020 17:56:50 +0200 (CEST)

Hi,

adakaleh opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/3268:

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~~ - changes based on requested resource type, so not suited 
for auth_browseruid()
- 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

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

37a83680-01a3-11eb-844f-306f7caed0d9


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Improve auth browseruid - adakaleh