removal of md5 from example code

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: jonwolski(at)gmail(dot)com
Subject: removal of md5 from example code
Date: 2018-01-17 16:14:59
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/citext.html
Description:

The documentation at
https://www.postgresql.org/docs/current/static/citext.html shows an example
using md5 for password hashes. This is generally a bad practice and not
relevant to the feature documented.

I recommend removing the password column from this example or replacing the
md5 hash with something more secure (a secure hash algorithm with a salt).

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-01-17 17:16:41 pg_timezone_names
Previous Message Bruce Momjian 2018-01-17 13:39:55 Re: Correction of intermediate certificate handling