imc-vibe/frontend
Christoph Haas 8b2d2649ac Add random password generation for new users
- Move GenerateRandomPassword to auth package for reuse
- Make password optional in user creation (generates 16-char if empty)
- Return generated password in response for user to copy
- Add Generate/Copy UI with show/hide toggle
2026-03-29 14:52:59 +02:00
..
node_modules Fix remaining imc-vibe references in README and bun.lock 2026-03-24 23:44:56 +01:00
src Add random password generation for new users 2026-03-29 14:52:59 +02:00
static first 2026-03-21 22:41:23 +01:00
bun.lock Fix remaining imc-vibe references in README and bun.lock 2026-03-24 23:44:56 +01:00
package.json Rename project from imc-vibe to imc 2026-03-24 23:42:37 +01:00
svelte.config.js first 2026-03-21 22:41:23 +01:00
tsconfig.json first 2026-03-21 22:41:23 +01:00
vite.config.ts Add Vite proxy for API requests to backend during development 2026-03-23 22:03:24 +01:00