#A user with the email already exists

1 messages · Page 1 of 1 (latest)

burnt laurel
#

I am getting this error message when running locally but there is no such user anyone know how I can remove this from the database?

twilit solstice
#

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