#A user with the email already exists
1 messages · Page 1 of 1 (latest)
Could it be the superadmin? as that user doesn't show for other logged in users?
SELECT TOP (1000) [id]
,[userDisabled]
,[userNoConsole]
,[userName]
,[userLogin]
,[userPassword]
,[passwordConfig]
,[userEmail]
,[userLanguage]
,[securityStampToken]
,[failedLoginAttempts]
,[lastLockoutDate]
,[lastPasswordChangeDate]
,[lastLoginDate]
,[emailConfirmedDate]
,[invitedDate]
,[createDate]
,[updateDate]
,[avatar]
,[tourData]
FROM [umbracoUser]
you have to be careful dropping users from the db though.. as content etc could be taged to their id as creator/editor