Back to Changelog
Panel Backend
v1.0.503
Fixed a race condition when recreating a deleted user account and a silent-failure bug in account/domain update requests.
Bug Fixes
2- Recreating a user account with the same username immediately after deleting it no longer fails with a reserved-in-system error; the system now waits for the asynchronous account cleanup to finish before allowing the recreation.
- Updating a user account username or a domain ownership field that cannot actually be changed now returns a clear error instead of silently ignoring the change and reporting success.