mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
- 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.
4 lines
No EOL
168 B
Text
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 |