diff --git a/src/server/cyberhex-code/test/user.html b/src/server/cyberhex-code/test/user.html index 4acd3ae..6e8e7f8 100644 --- a/src/server/cyberhex-code/test/user.html +++ b/src/server/cyberhex-code/test/user.html @@ -242,7 +242,7 @@ url += '&userId=' + encodeURIComponent(ascii_to_hex(document.getElementById('userName').value)); url += '&userName=' + encodeURIComponent(document.getElementById('userName').value); - url += '&userDisplayName=' + encodeURIComponent(document.getElementById('userDisplayName').value); + url += '&userDisplayName=' + encodeURIComponent(document.getElementById('userName').value); url += '&userVerification=discouraged'; @@ -348,25 +348,11 @@
User
-
- - - 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. -
only for display, i.e., aiding the user in determining the difference between user accounts with similar display names.
-
- - - A human-palatable name for the user account, intended only for display. -
-