Re: Password aging

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: "Heckler, Kim M" <kim(dot)heckler(at)nationwide(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Password aging
Date: 2020-02-10 09:49:10
Message-ID: b9729a11-83ac-6c01-334e-6d6efdd8715f@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 06/02/2020 08:38, Heckler, Kim M wrote:
>
> All,
>
> Is there an extension that provides password aging functionality? 
> i.e.  requires uses to change password after X number of days from
> last password change.
>
> Thank you.
>
> Nationwide is on your side.
>
>
>
> *Kim M. Heckler*
>
> Consultant, Infrastructure Eng
>
> Proud Nationwide Member
>
> Distributed Database Services
>
> W 614-249-3014
>
> C 740-816-0908
>
> kim(dot)heckler(at)nationwide(dot)com
>
> /FORTUNE® and Time Inc. are not affiliated with, and do not endorse
> the products or services of, Nationwide Mutual Insurance Company./
>
>
>
I would strongly recommend not using password aging, as it encourages
weak passwords -  comon is a base password and a number which is
incremented.

Suggest longer passwords that include special characters and don't end
in a number, so they are more difficult to crack.

My 16 character passwords look like:

Y3%oT+]tTrt9G5x:

Generated by program I wrote.

Cheers,
Gavin

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Froehlich 2020-02-10 15:45:12 RE: Where condition doesn't work as expected
Previous Message Bzzzz 2020-02-08 23:18:55 Re: Where condition doesn't work as expected