hp-studios-ai-content-agent/backend/app
DJP 1d9fa62b0d Add reset_password CLI for admin password recovery
Avoids shell-quoting hell. Used as:

  docker compose ... exec -T api \
    python -m app.cli.reset_password admin@example.com NEW_PASSWORD

  docker compose ... exec -T api \
    python -m app.cli.reset_password --list

Lists existing users on lookup miss so it's obvious which email to
target. Refuses passwords shorter than 4 chars to catch typos.
2026-05-06 09:17:41 -04:00
..
agents Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
api Admin: add user deletion 2026-04-22 17:29:19 -04:00
cli Add reset_password CLI for admin password recovery 2026-05-06 09:17:41 -04:00
core Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
db Add deploy script, prod compose override, and Apache subpath proxy 2026-04-22 15:23:51 -04:00
hp_branding Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
ingestion Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
schemas Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
workers Add deploy script, prod compose override, and Apache subpath proxy 2026-04-22 15:23:51 -04:00
__init__.py Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
main.py Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00