CmdForge/src/cmdforge
rob eacfd0d74a Add admin tools: delete publisher and reset password
- DELETE /api/v1/admin/publishers/<id> - delete publisher with optional tool deletion
- POST /api/v1/admin/publishers/<id>/reset-password - generate temporary password

Safety features:
- Cannot delete yourself or other admins
- Delete requires typing username to confirm
- Reset password shows temp password in modal with copy button

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 23:56:06 -04:00
..
cli Fix registry registration URL in CLI 2026-01-13 20:42:37 -04:00
registry Add admin tools: delete publisher and reset password 2026-01-13 23:56:06 -04:00
ui_urwid Allow pasting registry token directly in TUI 2026-01-13 21:40:09 -04:00
web Add admin tools: delete publisher and reset password 2026-01-13 23:56:06 -04:00
__init__.py
cli.py
config.py Fix registry URL and add registry browser to TUI 2026-01-13 19:43:20 -04:00
manifest.py
providers.py
registry_client.py Add enhanced search and filtering (M2 feature) 2026-01-13 06:13:37 -04:00
resolver.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
runner.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
tool.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
ui.py
ui_registry.py
ui_snack.py
ui_urwid.py