- Knowledge Base
- Admin
- Users
Where is the "recent" login information stored?
When you log in to xTuple, there's a "Recent" option allowing you to connect to database instances you have recently connected to. You may be wondering where that recent information is stored on your computer. The answer varies, depending on your operating system.
- Windows
-
Details are stored in the registry under this path:HKEY_CURRENT_USER\SOFTWARE\xTuple.com\xTuple
-
- Mac
- The information is stored in an "Apple binary property list" (i.e., plist), which you can open if you have Xcode installed. The file is located here:
$HOME/Library/Preferences/com.xtuple.xTuple.plist
- The information is stored in an "Apple binary property list" (i.e., plist), which you can open if you have Xcode installed. The file is located here:
- Linux
-
Look for the file in the user's directory here:$HOME/.config/xTuple.com/xtuple.conf
-