- Added user management routes and logic in `+page.server.ts` for creating, updating, resetting passwords, and deleting users. - Created a user management interface in `+page.svelte` with dialogs for user actions. - Integrated password validation and hashing using `@node-rs/argon2`. - Updated database schema to include a `user` table with necessary fields. - Seeded a default admin user during database migration if no users exist. - Added necessary dependencies in `package.json`.
11 lines
440 B
INI
11 lines
440 B
INI
[EMLy]
|
|
SDK_DECODER_SEMVER = 1.4.1
|
|
SDK_DECODER_RELEASE_CHANNEL = beta
|
|
GUI_SEMVER = 1.5.5
|
|
GUI_RELEASE_CHANNEL = beta
|
|
LANGUAGE = it
|
|
UPDATE_CHECK_ENABLED = false
|
|
UPDATE_PATH =
|
|
UPDATE_AUTO_CHECK = false
|
|
BUGREPORT_API_URL = "https://api.whiskr.it"
|
|
BUGREPORT_API_KEY = "emly_1BaQdBknsMGcY5DynSby71JnWOKXtJvnuUprkgWT0pujpLFxj5HaTXP9vtJAMk63" |