feat(auth): root seeding and reset-password CLI #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:feat/root-seeding"
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?
Implements the Root Seeding section of spec 002. Deploy TUI writes bcrypt-hashed root password to seed file on SD card. Server consumes it on first startup to create the root account. Adds
kiosk reset-passwordCLI for existing installations.