mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| build-geo.js | ||
| change-password.js | ||
| check-db.js | ||
| check-env.js | ||
| check-lang.js | ||
| copy-db-files.js | ||
| create-admin.js | ||
| download-country-names.js | ||
| download-language-names.js | ||
| format-lang.js | ||
| list-users.js | ||
| merge-messages.js | ||
| postbuild.js | ||
| set-routes-manifest.js | ||
| start-env.js | ||
| telemetry.js | ||
| update-tracker.js | ||