Account & Security
Esta página aún no está disponible en tu idioma.
Security Keys
Section titled “Security Keys”Phishing-resistant, passwordless authentication via WebAuthn / FIDO2.
Supported Authenticator Types
Section titled “Supported Authenticator Types”| Type | Examples |
|---|---|
| Hardware security keys | YubiKey, Google Titan Key, SoloKeys, Feitian |
| Platform authenticators | Windows Hello, Touch ID, Face ID, Android fingerprint |
| Passkey managers | 1Password, Bitwarden, Apple Passkeys, Google Password Manager |
Register a Security Key
Section titled “Register a Security Key”- Click Add Security Key.
- Enter a descriptive name (e.g.
YubiKey 5orMacBook Touch ID). - Click Register and follow the browser prompt (fingerprint, face scan, PIN, or hardware key).
The server only stores the public key credential — biometric data never leaves your device.
Security Keys Table
Section titled “Security Keys Table”| Column | Description |
|---|---|
| Name | The label you gave at registration |
| Added | Date the key was registered |
| Last Used | Date it was most recently used to log in |
| Actions | Delete button to remove the key |
Remove a Security Key
Section titled “Remove a Security Key”Click the delete icon next to a key and confirm.
Authorizers
Section titled “Authorizers”Admin user accounts that can log into the Woho admin panel.
User Table Columns
Section titled “User Table Columns”| Column | Description |
|---|---|
| Username | Login name used to sign in |
| Full Name | Optional display name |
| Optional email address | |
| Status | Active (can log in) or Inactive (blocked) |
| Last Login | Timestamp of the most recent successful login |
| Actions | Edit (pencil) and Delete (trash) buttons |
Create a User
Section titled “Create a User”- Click New User.
- Fill in the username (required), password (required), and optionally full name and email.
- Click Create.
Edit a User
Section titled “Edit a User”Click the pencil icon next to any user to change their username, full name, email, or password.
Delete a User
Section titled “Delete a User”Click the trash icon next to a user and confirm. This permanently removes the account and all associated activity history.
WebAuthn Requirements
Section titled “WebAuthn Requirements”Security keys require a secure context (HTTPS). For production:
- Access the server over HTTPS
- Set
-rpidto the domain in the browser address bar - Set
-rporiginto the fullhttps://origin URL
See Server Configuration for details.