Actions
Bug #6633
openexception when updating a user
Start date:
26/08/2013
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
when updating a user with User::update() follwing exception occurs
SQLSTATE23000: Integrity constraint violation: 1062 Duplicate entry '' for key 'uu_external_uid_idx'
there is a unique key on uu_external_uid_idx (external_uid), yet most records don't have a unique id
Updated by Sven Vanpoucke almost 10 years ago
Isn't the external_uid used to identify users in an external system? In that case i believe this field should be unique because otherwise you can not uniquely identify a user in an external system.
Actions