Commit graph

12 commits

Author SHA1 Message Date
miloschwartz
b02c341f62
add delete client/device cli command 2026-01-21 12:47:04 -08:00
miloschwartz
14a4b1b4b4
add clear license key command to pangctl 2026-01-19 11:39:58 -08:00
miloschwartz
90d07f9794
use cammel case in cli args 2025-12-21 16:26:06 -05:00
Fred KISSIE
137d6c2523 🏷️ fix typescript error 2025-12-18 04:36:09 +01:00
miloschwartz
a5b203af27
add rotate server secret command 2025-12-17 16:23:11 -05:00
miloschwartz
443b53ee37
add clear exit nodes pangctl command 2025-12-17 16:01:55 -05:00
miloschwartz
1e70e4289b
add password expiry enforcement 2025-10-24 17:11:39 -07:00
Owen
8bcb2b3b0f
Fix type error 2025-08-23 15:30:03 -07:00
Owen
32ba17cf91
Fix linter errors 2025-08-23 15:26:43 -07:00
miloschwartz
74d2527af5
make email lower case in pangctl reset password closes #1210 2025-08-13 22:00:20 -07:00
Adrian Astles
bb84d01e14 Reset a user's security keys (passkeys) by deleting all their webauthn credentials.
pangctl reset-user-security-keys --email user@example.com

This command will:
1. Find the user by email address
2. Check if they have any registered security keys
3. Delete all their security keys from the database
4. Provide feedback on the operation
2025-08-03 20:47:27 +08:00
miloschwartz
fc19d0ba8b
add set server admin password to cli 2025-06-15 13:19:07 -04:00