You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a profile to Zowe Explorer and store credentials for it.
If stored credentials are username/password, right click on the profile in a tree view and select "Log in to Authentication Service".
If stored credentials are token, right click on the profile and select "Update Credentials".
Actual Behavior
The action proceeds without warning, so I can easily misclick and accidentally change the credential type stored for the profile.
Expected Behavior
If username and password are stored for a profile and "Log in to Authentication Service" is selected,
Or token is stored for a profile and "Update Credentials" is selected,
Then a warning message should be shown, prompting the user to confirm they want to change their credential type.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue.
The community has 90 days to upvote 👍 the issue.
If it receives 10 upvotes, we will move it to our backlog. If not, we will close it.
This has been resolved now that options for updating credentials have been moved into the "Manage Profile" quickpick, which has a dynamically built list of options that includes only actions that are applicable to the active profile.
Steps to Reproduce
Actual Behavior
The action proceeds without warning, so I can easily misclick and accidentally change the credential type stored for the profile.
Expected Behavior
If username and password are stored for a profile and "Log in to Authentication Service" is selected,
Or token is stored for a profile and "Update Credentials" is selected,
Then a warning message should be shown, prompting the user to confirm they want to change their credential type.
The text was updated successfully, but these errors were encountered: