My client is getting an error when attempting to register a new user manually.
MySQL ERROR:
Error Number: 1062
Description: Duplicate entry ‘bc05e4e7c14abbbecd7cc2ecbe9021c140efc5ce’ for key 2
Query: INSERT INTO `exp_members` (`group_id`, `username`, `password`, `ip_address`, `unique_id`, `join_date`, `email`, `screen_name`) VALUES (‘8’, ‘jente’, ‘bc05e4e7c14abbbecd7cc2ecbe9021c140efc5ce’, ‘66.167.102.98’, ‘f076dfa8d26e8b1253fda21fe798d00956e9b40a’, ‘1284600990’, ‘[email protected]’, ‘Joan Ente’)
This “duplicate” entry seems to only be appearing in the database, because the user does not appear in the CP.
Where in the DB should I look for this entry in order to delete it?