Skip to content
Snippets Groups Projects
Commit 1bcd0e2f authored by JediKev's avatar JediKev
Browse files

issue: PHP 7.3 New Agent Set Password

This addresses an issue reported on the Forum where creating a new Agent and
setting a password hangs when using PHP 7.3. This is due to too few
arguments passed to `PasswordPolicy::checkPassword()`. This updates the call
to include a second argument of `null` so the method is satisfied and we can
continue with checking the password.
parent 2313dd8a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment