Skip to content

Commit e809fa6

Browse files
n-l-ijgadsden
authored andcommitted
Clarify wording of password sending recommendation
1 parent 1bfb38c commit e809fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04-design/02-web-app-checklist/06-digital-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and use the list below as suggestions for a checklist that has been tailored for
3131
12. Utilize authentication for connections to external systems that involve sensitive information or functions
3232
13. Authentication credentials for accessing services external to the application should be stored in a secure store
3333
14. Use only HTTP POST requests to transmit authentication credentials
34-
15. Only send non-temporary passwords over an encrypted connection or as encrypted data
34+
15. Always send non-temporary passwords over an encrypted connection or as encrypted data
3535
16. Enforce password complexity and length requirements established by policy or regulation
3636
17. Enforce account disabling after an established number of invalid login attempts
3737
18. Password reset and changing operations require the same level of controls as account creation and authentication

0 commit comments

Comments
 (0)