Skip to content

Commit f011ab3

Browse files
committed
Added template support for pwd_diff_namesurname in policy.tpl
1 parent cccab23 commit f011ab3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ppolicy/html/policy.tpl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@
9292
</li>
9393
{/if}
9494

95+
<!-- pwd_diff_namesurname criteria -->
96+
{if $pwd_diff_namesurname && $use_restapi}
97+
<li>
98+
<i id="ppolicy-pwd_diff_namesurname-feedback" class="fa fa-li"> </i>
99+
{$msg_policydiffnamesurname|unescape: "html" nofilter}
100+
</li>
101+
{/if}
102+
95103
<!-- use_pwnedpasswords criteria -->
96104
{if $use_pwnedpasswords }
97105
<li>

0 commit comments

Comments
 (0)