2 Commits

Author SHA1 Message Date
8575d7631f Add admin reset-password command
Features:
- Add admin reset-password command to reset user passwords
- Support SQLite, PostgreSQL, and MySQL databases
- Use scrypt hashing compatible with CodiMD
- Update README with reset-password usage examples
2026-04-07 12:27:23 +08:00
b34c503826 Add admin commands for database operations
Features:
- Add admin command group for database operations
- admin list-users: List all users from SQLite/PostgreSQL/MySQL
- admin user-notes: List notes for specific user
- Add CodiMDDatabase class for direct DB access
2026-04-07 12:22:24 +08:00