清除 Visual Studio 2010 SP1 中“团队资源管理器”窗格中记住的密码
每次我在 Visual Studio 2010 SP1 中打开“团队资源管理器”窗格时,它都会自动使用某些我不希望记住的帐户进行登录。
我正在寻找删除记住的东西的方法。
Every time I open Team Explorer
pane in Visual Studio 2010 SP1, it automatically log in with some certain remembered account which I don't want to.
I'm looking for way to remove the remembered stuff.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Team Explorer 使用标准 Windows 身份验证技术对 Team Foundation Server 进行身份验证。如果凭据管理器中存储有 Windows 凭据,它将使用这些凭据进行身份验证。如果没有,它将使用您的域凭据。
因此,检查凭据管理器:控制面板>用户帐户>凭证管理器。如果您的 TFS 服务器存储了 Windows 凭据,删除它们将开始使用您的登录凭据对您进行身份验证。如果您想覆盖此行为,请在其中添加新凭据。
Team Explorer uses standard Windows authentication techniques to authenticate to Team Foundation Server. If there are Windows Credentials stored in Credential Manager, it will use those to authenticate. If not, it will use your domain credentials.
So, check Credential Manager: Control Panel > User Accounts > Credential Manager. If there are Windows Credentials stored there for your TFS server, removing them will begin authenticating you with your logged-in credentials. If you want to override this behavior, add new credentials there.