From 0f6bd533341341de7007b6d5ed24742211471c68 Mon Sep 17 00:00:00 2001 From: Simon Riggs <simon@2ndQuadrant.com> Date: Mon, 2 Oct 2017 10:27:46 +0100 Subject: [PATCH] Grammar typo in security warning about md5 --- doc/src/sgml/client-auth.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c4d4f1e80fc..0e1a3569170 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -959,7 +959,7 @@ omicron bryanh guest1 mechanism. It prevents password sniffing and avoids storing passwords on the server in plain text but provides no protection if an attacker manages to steal the password hash from the server. Also, the MD5 hash - algorithm is nowadays no longer consider secure against determined + algorithm is nowadays no longer considered secure against determined attacks. </para> -- GitLab