Ask HN: How can we expect users to create these passwords?
https://news.ycombinator.com/item?id=19287794Password requirements for a government website:
Must be changed every 180 days
May be changed only once per day
Must contain a minimum of 8, and maximum of 20 characters
Must contain at least one uppercase and one lowercase letter
Must contain at least one number
Must contain at least one special character
Must be different from the last six passwords
Cannot contain the User ID
Cannot contain any commonly used words, and only two letters may be used in a row, for example: Hr1hi2Hi$
Cannot contain any of the following special characters:
Question mark (?),
less than (<),
greater than (>),
left bracket ((),
right bracket ()),
apostrophe ('),
quotation marks ("),
forward slash (/),
backslash (\),
and ampersand (&)
You also cannot CTRL-V (paste) into the password field.How did it get like this? How do we fix it?