mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Make encryption of stored passwords the default, as discussed months ago.
This commit is contained in:
@ -199,6 +199,6 @@
|
||||
#default_transaction_isolation = 'read committed'
|
||||
#max_expr_depth = 10000 # min 10
|
||||
#max_files_per_process = 1000 # min 25
|
||||
#password_encryption = false
|
||||
#password_encryption = true
|
||||
#sql_inheritance = true
|
||||
#transform_null_equals = false
|
||||
|
Reference in New Issue
Block a user