Skip to content

Commit 5aa2941

Browse files
Add missing </td> tag
1 parent 07d19a3 commit 5aa2941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/identity-server/next/docs/deploy/configure/user-stores/securing-a-user-store-with-hashing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The table below summarizes the available values for the PasswordDigest property:
1717
<tbody>
1818
<tr class="odd">
1919
<td>SHA</td>
20-
<td> Uses SHA digest method (SHA-1 or SHA-256). If you enter only SHA for the PasswordDigest property, it is interpreted as SHA-1. Note that SHA-256 is the default digest method used by WSO2 IS for JDBC user stores if no value is explicitly configured.
20+
<td> Uses SHA digest method (SHA-1 or SHA-256). If you enter only SHA for the PasswordDigest property, it is interpreted as SHA-1. Note that SHA-256 is the default digest method used by WSO2 IS for JDBC user stores if no value is explicitly configured.</td>
2121
</tr>
2222
<tr class = "odd">
2323
<td>MD5</td>

0 commit comments

Comments
 (0)