hotwax / launchpad

Apache License 2.0
3 stars 19 forks source link

Override Existing Credentials When User Logs In with New Credentials #69

Closed Dhiraj1405 closed 4 months ago

Dhiraj1405 commented 1 year ago

What is the motivation for adding/enhancing this feature?

Currently, when a user logs in with new credentials, the existing credentials are not overwritten. The user is asked to resume or input new login .

What are the acceptance criteria?

When a user logs in with new credentials, the system should check if there is an existing credential for the same user. If there is, the system should override the existing credential with the new credential.

Can you complete this feature request by yourself?

Additional information

Dhiraj1405 commented 4 months ago

This scenario is already handled now. Hence closing