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
When I first specify a username and password for a registry (e.g., repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42), and then attempt to use a different registry that requires a token (e.g., repo -r -n registry -url https://pm.intersystems.com -token ), an error occurs. The problem is that the username and password are not cleared and remain set.
I suggest that the credentials (username/password) should be cleared automatically when the registry URL changes.
The text was updated successfully, but these errors were encountered:
When I first specify a username and password for a registry (e.g., repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42), and then attempt to use a different registry that requires a token (e.g., repo -r -n registry -url https://pm.intersystems.com -token ), an error occurs. The problem is that the username and password are not cleared and remain set.
I suggest that the credentials (username/password) should be cleared automatically when the registry URL changes.
The text was updated successfully, but these errors were encountered: