omnivore/packages/db/users.csv.example
Rohit Amarnath 008d5a36f1 feat: enhance user management by adding CSV support and password hashing
- Update .gitignore to include user credential files (users.csv, demo-users.csv).
- Modify Dockerfile to install bcryptjs globally for password hashing.
- Add script to hash passwords and copy it into the Docker image.
- Update setup.sh to create users from a CSV file if it exists, with error handling for password hashing.
- Introduce users.csv.example as a template for user data input.

This change improves user management by allowing bulk user creation from a CSV file and ensures secure password handling.
2025-09-23 12:53:16 -04:00

4 lines
No EOL
168 B
Text

email,password,name,username
demo@omnivore.app,demo_password,Demo User,demo_user
admin@example.com,admin123,Admin User,admin
test@example.com,test456,Test User,testuser