mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-11 08:29:13 -05:00
[PR #1237] [MERGED] Pangctl command to reset a user’s passkeys (WebAuthn credentials) #1000
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1237
Author: @adrianeastles
Created: 8/8/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @oschwartz10612
Base:
dev← Head:feature/passkey-pangctl-support📝 Commits (1)
bb84d01Reset a user's security keys (passkeys) by deleting all their webauthn credentials.📊 Changes
2 files changed (+69 additions, -0 deletions)
View changed files
➕
cli/commands/resetUserSecurityKeys.ts(+67 -0)📝
cli/index.ts(+2 -0)📄 Description
Description
Adds an admin CLI command to remove a user’s passkeys (WebAuthn credentials) by email. This is for recovery/support when a user is locked out or needs to re-enroll passkeys.
reset-user-security-keys--email <user@example.com>How to test?
Run the command and observe the output.
Execute:
Expected behaviors:
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.