cphflacour / open-data-dk

4 stars 0 forks source link

Password requirements for users #73

Open cphflacour opened 4 years ago

cphflacour commented 4 years ago

The ability to require certain password complexity for passwords on admin.opendata.dk.

Rules could include: password length and perhaps number, capitals and special characters well known word vetting

Including the ability to demand password change from one or more users.

cphflacour commented 4 years ago

Solution selected: password minimum length 8 chars, of which 1 is Capital letter [A-Z], 1 is a small letter [a-z], 1 is a number [0-9] and 1 is a special character.