Skip to content

Commit a8024b5

Browse files
authored
Merge pull request #173 from FusionAuth/add-breached-password-guide
Changed to use font awesome.
2 parents 0682383 + e45c158 commit a8024b5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

site/docs/v1/tech/guides/breached-password-detection.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,33 +84,33 @@ You can control which level of matching will disallow use of a password. This is
8484

8585
Assume the dataset contains `richard@piedpiper.com` with a password of `This333ABCpassword!`.com` with the same password. If the following users tried to register, the results for a given mode would be:
8686

87-
.Match modes and what is allowed
87+
.What Is Allowed In Each Match Mode
8888
|===
8989
| Username | Password | High | Medium | Low
9090

9191
|`richard@piedpiper.com`
9292
|`This333ABCpassword!`
93-
|❌
94-
|❌
95-
|❌
93+
|+++<i class="fas fa-times"></i>+++
94+
|+++<i class="fas fa-times"></i>+++
95+
|+++<i class="fas fa-times"></i>+++
9696

9797
|`richard+test@piedpiper.com`
9898
|`This333ABCpassword!`
99-
|&#10060;
100-
|&#10060;
101-
|&#9989;
99+
|+++<i class="fas fa-times"></i>+++
100+
|+++<i class="fas fa-times"></i>+++
101+
|+++<i class="fas fa-check"></i>+++
102102

103103
|`jian@piedpiper.com`
104104
|`This333ABCpassword!`
105-
|&#10060;
106-
|&#9989;
107-
|&#9989;
105+
|+++<i class="fas fa-times"></i>+++
106+
|+++<i class="fas fa-check"></i>+++
107+
|+++<i class="fas fa-check"></i>+++
108108

109109
|`richard@piedpiper.com`
110110
|`ADifferent333pass!`
111-
|&#9989;
112-
|&#9989;
113-
|&#9989;
111+
|+++<i class="fas fa-check"></i>+++
112+
|+++<i class="fas fa-check"></i>+++
113+
|+++<i class="fas fa-check"></i>+++
114114

115115
|===
116116

0 commit comments

Comments
 (0)