yumanfung
(Yuman)
November 20, 2024, 2:25am
1
Hi guys,
The problem I encounter is that I forgot my password, and I can’t find any config.xml file in my MacBook.
I even can’t locate any Syncthing folder in the library/application support path.
What can I do in order to get my password back/reset my password.
Thank you guys for helping me
chaos
(chaos)
November 20, 2024, 3:18am
2
Is Syncthing running?
If Syncthing is running, open Terminal and try this command:
find / -name config.xml
That should show you every file with that name on your Mac.
yumanfung
(Yuman)
November 20, 2024, 4:07am
3
I tried before, but get the result of operation not permitted.
I am still figuring out what’s happening as I am the owner and only user of the Macbook
Anyway, thank you so much for your suggestion!
chaos
(chaos)
November 20, 2024, 12:37pm
4
The “find” command was unavailable to you?
Is it possible that there’s a problem with your Mac that’s bigger than the problem with Syncthing?
calmh
(Jakob Borg)
November 20, 2024, 12:52pm
5
Did you look properly? The path is hidden by default. You can get to it by activating Finder, hitting Shift-Cmd-G and entering ~/Library/Application Support/Syncthing
(with tab completion).
1 Like