Commit graph

3 commits

Author SHA1 Message Date
93ffb8bf32 make sure username < 20 characters 2025-09-04 11:51:00 +02:00
c082cae156 CHORE: change random username to be <Adj><Animal><3*[0-9]> 2025-09-04 11:27:16 +02:00
320e322db2 feat: Add demo account creation functionality
- Introduce a new DemoAccountCreator component for generating test accounts with auto-generated credentials.
- Implement useDemoAccountGenerator composable to handle credential generation and state management.
- Update routing to replace the existing login page with the new LoginDemo page for demo account access.
- Add unique-names-generator package to facilitate username generation.
2025-09-01 21:00:29 +02:00