imc-vibe/backend/internal/api/handlers
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
..
aliases.go Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
auth.go Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
domains.go Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
logs.go Change Go module path to git.workaround.org 2026-03-24 23:50:34 +01:00
middleware.go Change Go module path to git.workaround.org 2026-03-24 23:50:34 +01:00
queue.go Change Go module path to git.workaround.org 2026-03-24 23:50:34 +01:00
response.go Add missing comments to response.go and middleware.go for better code documentation 2026-03-23 22:14:35 +01:00
stats.go Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
users.go Add random password generation for new users 2026-03-29 14:52:59 +02:00