Back to Changelog
v1.0.204
Fix username case mismatch causing Apache bad user name error on migration
Improvement
1- Username input in migration configure step now enforces lowercase normalization in real-time via UI pattern and onChange handler, providing immediate feedback before form submission
Bug Fixes
2- Username entered in UI (e.g. Cwpuserrrr1111) is now normalized to lowercase at the API boundary before saving to database, preventing Apache vhost generator from writing mixed-case User directive that caused config test failure and migration rollback
- Migration pipeline now normalizes NewUsername in create_new mode using the same lowercase + alphanumeric-underscore filter as the user creation API, ensuring consistent Linux username across all code paths