Home
last modified time | relevance | path

Searched hist:"666403 eee7609fa4399ffdc03ed5366c8a77b99e" (Results 1 – 1 of 1) sorted by relevance

/plugin/authwordpress/
H A Dauth.php666403eee7609fa4399ffdc03ed5366c8a77b99e Sun Jan 05 18:22:40 UTC 2025 Damien Regad <dregad@mantisbt.org> Fix checking of passwords containing `\`, `'` or `"`

WordPress adds slashes to the password before generating the hash, so we
need to do the same otherwise password containing `\`, `'` or `"` will
not match.

Fixes #23