Do you have access to the MySQL database directly to check and see if the user really exists?
mysql> select user_login, user_nicename, user_email from prefix_users;
Do you have access to the MySQL database directly to check and see if the user really exists?
mysql> select user_login, user_nicename, user_email from prefix_users;