Skip to content

Commit

Permalink
Merge pull request #1814 from OWASP/elarlang-patch-1807
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanico authored Dec 21, 2023
2 parents d5c6c3e + c8e76f4 commit 5c26553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x11-V2-Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Credential Service Providers (CSPs) provide federated identity for users. Users
| :---: | :--- | :---: | :---: | :---: | :---: | :---: |
| **2.1.1** | [MODIFIED] Verify that user set passwords are at least 8 characters in length. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) |||| 521 | 5.1.1.2 |
| **2.1.2** | Verify that passwords of at least 64 characters are permitted, and that passwords of more than 128 characters are denied. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) |||| 521 | 5.1.1.2 |
| **2.1.3** | [MODIFIED] Verify that passwords are not truncated. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) |||| 521 | 5.1.1.2 |
| **2.1.3** | [MODIFIED] Verify that the application verifies the user's password exactly as received from the user, without any modifications such as truncation or case transformation. ([C6](https://owasp.org/www-project-proactive-controls/#div-numbering)) |||| | 5.1.1.2 |
| **2.1.4** | Verify that any printable Unicode character, including language neutral characters such as spaces and Emojis are permitted in passwords. |||| 521 | 5.1.1.2 |
| **2.1.5** | Verify users can change their password. |||| 620 | 5.1.1.2 |
| **2.1.6** | Verify that password change functionality requires the user's current and new password. |||| 620 | 5.1.1.2 |
Expand Down

0 comments on commit 5c26553

Please sign in to comment.