Users created via CSV import cannot login, but have to signup and get message 'Entity already exists'
Affected module UI
Describe the bug Users who were imported via CSV import, cannot login, but are sent to the 'Join OpenMetadata' page. There the get the message 'Entity already exists'.
To Reproduce I executed the following steps:
- Clicked on: Settings > Team & User Management > Teams
- Selected a Team from the list
- Clicked on the 3 vertical dots, next to 'Add User', then 'Import'
- Uploaded a CSV list of users
Then:
-
for a user I created a password and sent the email and password to this user to signin on the page <OM address>:8585/signin
-
The user enters mail address and the given password and clicks 'Login'
-
Then the user is asked to 'Join OpenMetadata':
-
The user enters her full name and clicks on 'Create'.
Then the message 'Entity already exists' pops up.
Expected behavior Expected behavior: after login of the user should be redirected to the page http://localhost:8585/my-data.
Version:
- OS: Windows Server 2022 Standard
- Python version: Python 3.8.10
- OpenMetadata version: 1.3.1
- OpenMetadata Ingestion package version: openmetadata-ingestion[docker]==1.3.1
@sandervanlaar can you check with us in https://slack.open-metadata.org before opening a github issue.
The reason this might happen is because your login email id might not match the user's email.
The link to the Slack thread: https://openmetadata.slack.com/archives/C02B6955S4S/p1712643880090489 The user uses her email address to login, which is identical to the email address in the User I created via the CSV import.
this is done