Перейти к содержимому

Account & Security

Это содержимое пока не доступно на вашем языке.

Phishing-resistant, passwordless authentication via WebAuthn / FIDO2.

TypeExamples
Hardware security keysYubiKey, Google Titan Key, SoloKeys, Feitian
Platform authenticatorsWindows Hello, Touch ID, Face ID, Android fingerprint
Passkey managers1Password, Bitwarden, Apple Passkeys, Google Password Manager
  1. Click Add Security Key.
  2. Enter a descriptive name (e.g. YubiKey 5 or MacBook Touch ID).
  3. 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.

ColumnDescription
NameThe label you gave at registration
AddedDate the key was registered
Last UsedDate it was most recently used to log in
ActionsDelete button to remove the key

Click the delete icon next to a key and confirm.


Admin user accounts that can log into the Woho admin panel.

ColumnDescription
UsernameLogin name used to sign in
Full NameOptional display name
EmailOptional email address
StatusActive (can log in) or Inactive (blocked)
Last LoginTimestamp of the most recent successful login
ActionsEdit (pencil) and Delete (trash) buttons
  1. Click New User.
  2. Fill in the username (required), password (required), and optionally full name and email.
  3. Click Create.

Click the pencil icon next to any user to change their username, full name, email, or password.

Click the trash icon next to a user and confirm. This permanently removes the account and all associated activity history.


Security keys require a secure context (HTTPS). For production:

  • Access the server over HTTPS
  • Set -rpid to the domain in the browser address bar
  • Set -rporigin to the full https:// origin URL

See Server Configuration for details.