Home
last modified time | relevance | path

Searched hist:"67 efd1ed1d64c5e42119d0eb34f5a71901781396" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dauth.php67efd1ed1d64c5e42119d0eb34f5a71901781396 Wed Sep 20 15:39:13 UTC 2023 Pieter Hollants <pieter@hollants.com> Fix updateProfile() not checking for removed $changes["pass"]

If the authentication plugin does not support modifying passwords, we
unset($changes['pass']) further above, but then the check for
$changes['pass'] must also handle the case that we did indeed unset it.