mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-08-09 03:09:21 +02:00
- Fixed bug where regular users (UserACL) cannot create websites - Changed UserACL createWebsite permission from 0 to 1 - Also enabled modifyWebsite and deleteWebsite for consistency - Resolves issue where non-admin/reseller users were blocked from creating websites Related changes: - UserACL: createWebsite: 0 -> 1 - UserACL: modifyWebsite: 0 -> 1 - UserACL: deleteWebsite: 0 -> 1 - suspendWebsite remains 0 (admin-only feature) This allows regular users to create, modify, and delete their own websites while maintaining proper ownership checks and security controls.