doc: Move documentation of md5_password_warnings to a better place
authorPeter Eisentraut
Wed, 21 May 2025 14:29:05 +0000 (16:29 +0200)
committerPeter Eisentraut
Wed, 21 May 2025 14:29:05 +0000 (16:29 +0200)
Commit db6a4a985bc categorized md5_password_warnings as an
authentication setting, and the placement in postgresql.conf.sample
matches that, but in the documentation it ended up under logging
settings, which isn't unreasonable but inconsistent.  This moves the
documentation chunk to authentication settings as well.

doc/src/sgml/config.sgml

index 23d2b1be424b8259e1d1bf6a4b5384f091390a8f..aa8f47a1591b292dafdebf24ff4007cf799e4a28 100644 (file)
@@ -1155,6 +1155,22 @@ include_dir 'conf.d'
       
      
 
+     
+      md5_password_warnings (boolean)
+      
+       md5_password_warnings configuration parameter
+      
+      
+      
+       
+        Controls whether a WARNING about MD5 password
+        deprecation is produced when a CREATE ROLE or
+        ALTER ROLE statement sets an MD5-encrypted password.
+        The default value is on.
+       
+      
+     
+
      
       krb_server_keyfile (string)
       
@@ -8118,22 +8134,6 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
       
      
 
-     
-      md5_password_warnings (boolean)
-      
-       md5_password_warnings configuration parameter
-      
-      
-      
-       
-        Controls whether a WARNING about MD5 password
-        deprecation is produced when a CREATE ROLE or
-        ALTER ROLE statement sets an MD5-encrypted password.
-        The default value is on.
-       
-      
-     
-