Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Redirect to login page when reauth parameter is present and user…
… is logged in - Added check for 'reauth' parameter in the URL. - Redirect to the login page if the user is already logged in.
- Loading branch information
9fb22a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FILTER_SANITIZE_STRING
is deprecated in PHP 8.1 - this has introduced a bug which prevents WP login unless PHP notices are suppressed.