1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc PG 18 relnotes: add removal details to MD5 item

Reported-by: Nathan Bossart

Author: Nathan Bossart

Discussion: https://postgr.es/m/aDXLoTcBYjfyqeTA@nathan
This commit is contained in:
Bruce Momjian
2025-05-27 17:50:52 -04:00
parent 08b8aa1748
commit 3e782ca322

View File

@ -82,7 +82,8 @@ Deprecate MD5 password authentication (Nathan Bossart)
</para>
<para>
Warnings generated by their use can be disabled by the server variable md5_password_warnings.
Support for MD5 passwords will be removed in a future major version release. CREATE ROLE and ALTER ROLE now emit deprecation warnings when setting MD5 passwords.
These warnings can be disabled by setting the md5_password_warnings parameter to "off".
</para>
</listitem>