You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We sometimes get the existing_user_login error from WordPress. This is mysterious because it's thrown when username_exists() returns true, and we've already used that function to create a username where it returns false:
We sometimes get the existing_user_login error from WordPress. This is mysterious because it's thrown when
username_exists()
returns true, and we've already used that function to create a username where it returns false:postmatic-basic/core/user-handling.php
Line 55 in 0ec1741
The text was updated successfully, but these errors were encountered: