Back to Changelog
v1.0.337
Migration: reserved username conflict fix (admin/root accounts no longer fail during site migration)
Bug Fixes
2- Migration pipeline no longer fails when source site owner has a reserved username (admin, root, or similar). Previously, 10/10 sites would fail at User Creation step with error: username is reserved. The login is now deterministically remapped (e.g. admin -> u_admin) so all domains owned by the same account are grouped under a single user.
- Fixed a secondary symptom where multiple sites sharing the same source owner caused emailAlreadyExists errors during migration. Deterministic remap ensures sites 2-N reuse the remapped user instead of trying to create a duplicate account.