When changing password I get Password must not contain the username event tho it does not.
The issue is on line 29: stripos($password, $user->getAccountName()). If $password is null or empty, stripos() in PHP 8+ will trigger a deprecation warning.
This patch fixes two issues:
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.