imc-vibe/frontend/src
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
..
lib Decode JWT client-side instead of calling /api/auth/me 2026-03-23 00:57:36 +01:00
routes Add random password generation for new users 2026-03-29 14:52:59 +02:00
app.css Add app.css with Tailwind and daisyUI imports 2026-03-23 21:19:46 +01:00
app.html Complete daisyUI migration with CSS fixes 2026-03-23 21:09:32 +01:00