Project

General

Profile

Actions

Bug #6633

open

exception when updating a user

Added by Jens Vanderheyden almost 10 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
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

Actions #1

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

Also available in: Atom PDF