Bug #4735
[PROD FEB25]Register with same user name what we have used earlier and did deregister , having issue while login
Description
I created "AIDemo" user and then deregistered then again created "aidemo"
And when I tried to log in I am getting an error for wrong username or password.
We have discussed this with @Archana
- register a user with username "user1" - say it generates user id TES00002
- Login with the username "user1" - it will login successfully
- de-register that user with username "user1" - there is a bug that de-register does not delete the user from cognito
- register a new user with same username "user1" - say it generates user id TES00003
- try to login with username "user1" - login will fail - because older user with username "user1" still exists in database and it points to older password
Updated by Sharmila Saha about 2 months ago
- Status changed from New to Resolved
- Assignee changed from Sharmila Saha to Sanjay Kumar
15 Mar 25 Release: Fixed. Please check now
Updated by Sanjay Kumar about 1 month ago
- Status changed from Resolved to Closed
v[0.0.5]: As of now, I registered with the same username again and am able to log in after deregistering that user. I do not see any issue while creating a new user with the same username. Hence, it is fixed and closed.