I created a user with a password for a database and granted SELECT/INSERT/etc. rights for that user on that db. However, when I connect to the database with the particular user, e.g. with TablePlus, the password is not required to connect to it. I feel like this is not secure, I would prefer the connection to require the user password.
How should I change it?
I use PostgreSQL 12.1 and TablePlus Build 282.
Thank you in advance!