Event language
UI language
Companies have more and more security requirement for database accounts and some features can be mandatory for the security team to choose a RDBM. Although some requirements can be addressed with external authentication like AD/LDAP, some others need to be handled at PostgreSQL side like local user password hardness and reuse policy, authentication failure ban, authentication delay, forcing password change or emitting a warning before a password expire. Having last login information without grabbing the logs can also be a security team requirement. We will discuss how to implement all of that easily with PostgreSQL