hp-studios-ai-content-agent/backend
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
..
alembic Add deploy script, prod compose override, and Apache subpath proxy 2026-04-22 15:23:51 -04:00
app Add reset_password CLI for admin password recovery 2026-05-06 09:17:41 -04:00
db-init Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
tests Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
alembic.ini Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
Dockerfile Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00
pyproject.toml Initial import — HP Studios AI Content Agent 2026-04-17 17:11:25 -04:00