Passwords
note
IntelliJ IDEA does not have its own password store. It uses either the native password management system or KeePass. If your credentials on a resource change, you will have to update them yourself in the corresponding password store. To view and modify your passwords, open the currently used password manager and check the records there. For instance, here is the official documentation on how to do it in the Keychain Access app on macOS: https://support.apple.com/en-am/guide/keychain-access/kyca1085/mac.
warning
(Database Tools and SQL plugin only) In the Data Sources and Drivers dialog (CtrlAltShift0S) , for the URL only connection type, the URL field contents are stored in plain text, and are also available in the IDE log file.
Use the designated Password field of the dialog to provide your database user passwords instead of putting them into the URL field.
Thanks for your feedback!