Update user.html
This commit is contained in:
@@ -338,6 +338,39 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<div> </div>
|
||||||
|
|
||||||
|
|
||||||
|
<div> </div>
|
||||||
|
<div style="font-weight: bold">Relying Party</div>
|
||||||
|
<p style="margin:0 0 5px 0;font-size:0.9em;font-style: italic;">A valid domain string that identifies the
|
||||||
|
WebAuthn Relying Party<br/>on whose behalf a given registration or authentication ceremony is being performed.</p>
|
||||||
|
<div>
|
||||||
|
<label for="rpId">RP ID:</label>
|
||||||
|
<input type="text" id="rpId" name="rpId" value="">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div> </div>
|
||||||
|
<div style="font-weight: bold">User</div>
|
||||||
|
<div style="margin-bottom:12px">
|
||||||
|
<label for="userId">User ID (Hex):</label>
|
||||||
|
<input type="text" id="userId" name="userId" value="64656d6f64656d6f" required pattern="[0-9a-fA-F]{2,}">
|
||||||
|
<i style="font-size: 0.8em;">You get the user ID back when checking registration (as userHandle), if you're using client-side discoverable credentials.
|
||||||
|
You can identify with this ID the user who wants to login.
|
||||||
|
A user handle is an opaque byte sequence with a maximum size of 64 bytes, and is not meant to be displayed to the user.
|
||||||
|
The user handle MUST NOT contain personally identifying information about the user, such as a username or e-mail address.</i>
|
||||||
|
</div>
|
||||||
|
<div style="margin-bottom:12px">
|
||||||
|
<label for="userName">User Name:</label>
|
||||||
|
<input type="text" id="userName" name="userName" value="demo" required pattern="[0-9a-zA-Z]{2,}">
|
||||||
|
<i style="font-size: 0.8em;">only for display, i.e., aiding the user in determining the difference between user accounts with similar display names.</i>
|
||||||
|
</div>
|
||||||
|
<div style="margin-bottom:6px">
|
||||||
|
<label for="userDisplayName">User Display Name:</label>
|
||||||
|
<input type="text" id="userDisplayName" name="userDisplayName" value="Demo Demolin" required>
|
||||||
|
<i style="font-size: 0.8em;">A human-palatable name for the user account, intended only for display.</i>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="serverPreview">
|
<div class="serverPreview">
|
||||||
|
|||||||
Reference in New Issue
Block a user