e9a1e2dbcf
Clean up and fix
2025-11-10 22:11:52 +01:00
967801515f
feat: Simplify update process by removing deprecated methods and enhancing README; improve type safety in tests
2025-11-09 22:23:46 +01:00
3afab721cf
feat: Improve error handling and TOTP secret extraction with fallback selectors
2025-11-09 18:19:23 +01:00
2a168bd06a
fix: Ignore password requirement messages in email error handling
2025-11-09 14:49:51 +01:00
69e8fff51e
feat: Enhance CLI with auto-accept options and improve usage documentation
2025-11-09 14:29:37 +01:00
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
e495fa18b2
Refactor: Improve CAPTCHA handling and reduce delays in the account creation process
2025-11-09 12:18:32 +01:00
1239f9de05
refactor: Optimize logging and reduce delays in account creation process
2025-11-09 12:04:22 +01:00
1bf483b76e
fix: Enhance email input verification with SMART handling for Microsoft domain separation
2025-11-09 11:26:33 +01:00
fbbdd370ce
Fix: Update version number to 2.56.0 in package-lock.json; comment out utility methods in AccountCreator for future use
2025-11-09 11:19:48 +01:00
393379900c
Update config.jsonc to adjust delay settings and enable critical stop in risk management
...
- Changed minimum delay from 3 minutes to 2 minutes
- Changed maximum delay from 5 minutes to 4 minutes
- Enabled stopping on critical issues in risk management
2025-11-09 11:17:31 +01:00
ca356075fa
Refactor: Update README to indicate Account Creator is in BETA; improve error messages for recoveryEmail validation
2025-11-08 18:37:32 +01:00
c150fa8657
feature: Add scheduling management to the configuration
2025-11-08 10:23:51 +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