From 63a354c4bb8856cb3e8ac44cbb436faefca58e4c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Jun 2002 01:29:50 +0000 Subject: Make encryption of stored passwords the default, as discussed months ago. --- doc/src/sgml/runtime.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 78d6dec0aae..5f5b816967c 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1518,8 +1518,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this flag determines whether the password is to be - encrypted. The default is off (do not encrypt the password), but - this choice may change in a future release. + encrypted. The default is on (encrypt the password). -- cgit v1.2.3