Skip to content

Commit 092da09

Browse files
authored
Merge pull request #296 from auth0/fix/DOCS-5267-Update-UL-text-key
Fix/docs 5267 update ul text key
2 parents af904f1 + 23cdec4 commit 092da09

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

main/docs/customize/login-pages/universal-login/customize-templates.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4145,6 +4145,10 @@ The sections below provide details for each available prompt.
41454145
<td><code>password-contains-user-information</code></td>
41464146
</tr>
41474147
<tr>
4148+
<td>This combination of credentials was detected in a public data breach on another website. To continue, please use a different password to keep your account secure.</td>
4149+
<td><code>password-breached-reset</code></td>
4150+
</tr>
4151+
<tr>
41484152
<td>Passwords don't match</td>
41494153
<td><code>password-mismatch</code></td>
41504154
</tr>

main/docs/customize/login-pages/universal-login/customize-text-elements.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4242,6 +4242,10 @@ The available `prompt` values are:
42424242
<td><code>password-contains-user-information</code></td>
42434243
</tr>
42444244
<tr>
4245+
<td>This combination of credentials was detected in a public data breach on another website. To continue, please use a different password to keep your account secure.</td>
4246+
<td><code>password-breached-reset</code></td>
4247+
</tr>
4248+
<tr>
42454249
<td>Passwords don't match</td>
42464250
<td><code>password-mismatch</code></td>
42474251
</tr>

0 commit comments

Comments
 (0)