Commit graph

2 commits

Author SHA1 Message Date
Md Irfan Hasan Fahim
7a86465239
Update scripts/create-admin.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-05-23 02:56:41 +06:00
mihf05
46da6f3770 feat: add user management scripts and update dependencies
- Added `change-password.js` script for changing user passwords with bcrypt hashing.
- Added `create-admin.js` script to create an admin user if it doesn't already exist.
- Added `list-users.js` script to list all users in the database.
- Updated `package.json` to include `bcrypt` for password hashing and added testing libraries.
- Updated `ts-jest` version and ensured `prompts` is using a caret version for flexibility.
2025-05-23 02:44:29 +06:00