Commit Graph

4 Commits

Author SHA1 Message Date
29f408a852 feat: Simplify account creation commands and enhance recovery email and 2FA handling 2025-11-09 13:19:33 +01:00
d64bbaccf8 feat: Update account creation commands to clarify recovery email and 2FA setup options 2025-11-09 12:54:43 +01:00
cbe9a11f95 feat: Add recovery email and 2FA support to account creation process 2025-11-09 12:43:31 +01:00
6be9cca80f feat: Implement account creation module with realistic data generation
- Add DataGenerator class for generating emails, passwords, birthdates, and names.
- Create README.md detailing features, usage, and process flow for account creation.
- Develop CLI for initiating account creation with optional referral URL.
- Introduce nameDatabase for realistic first and last name generation.
- Define CreatedAccount interface for structured account data.
2025-11-07 20:45:18 +01:00