Password validation #15

Closed
opened 2021-11-16 18:54:26 +00:00 by jonasclaes · 0 comments
jonasclaes commented 2021-11-16 18:54:26 +00:00 (Migrated from github.com)

For password validation we need to specify a couple of rules.
This should become an easy to understand validation rule a.k.a. no RegEx please.

The following requirements have been gathered from the NIST guidelines of 2021.
Requirements:

  • 8 characters minimum
  • NO complexity requirements a.k.a. not required to use special characters
  • Emojis and spaces should be supported in a password

Optional a.k.a. nice to have:

  • Checking password against database of breached passwords (future maybe)
For password validation we need to specify a couple of rules. This should become an easy to understand validation rule a.k.a. no RegEx please. The following requirements have been gathered from the NIST guidelines of 2021. Requirements: - 8 characters minimum - NO complexity requirements a.k.a. not required to use special characters - Emojis and spaces should be supported in a password - Optional a.k.a. nice to have: - Checking password against database of breached passwords (future maybe)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jonasclaes/smart-documentation-system#15
No description provided.