Forum Discussion
Ltoombs
Apr 09, 2021Copper Contributor
Microsoft Teams on MAC wont let me change log in
I have spent 5 hours trying to figure out how to sign into my WORK account. I have tried deleting keychains, I have tried searching for folders mentioned in other strings, and I do not have any. I ha...
- Aug 05, 2022
In case anyone else has the issue that the login is broken or set to an account that no longer exists, remove the "Teams" folder from ~/Library/Application Support/Microsoft (Finder - Go to Folder) and remove any "Teams Identity Cache" from Keychain access (search in the top right of the Keychain Access window). Restart Teams and it should prompt for login info.
Carl_Karawani
Sep 17, 2023Brass Contributor
If you are using newer version of teams, there are different files to delete to clear cache:
rm -rf ~/Library/Group Containers/UBF8T346G9.com.microsoft.teams
rm -rf ~/Library/Containers/com.microsoft.teams2
Ref. https://learn.microsoft.com/en-us/microsoftteams/new-teams-mac-install-prerequisites#how-to-clear-cache
rm -rf ~/Library/Group Containers/UBF8T346G9.com.microsoft.teams
rm -rf ~/Library/Containers/com.microsoft.teams2
Ref. https://learn.microsoft.com/en-us/microsoftteams/new-teams-mac-install-prerequisites#how-to-clear-cache
pcguy63
Sep 20, 2023Copper Contributor
Ah, good to know, I'll definitely check that out. I support three Mac Teams users at work and every other month I have to clear their preferences to make it stable again. Thank you!