mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
yes, please fix do not automatically add " . " for new user #279
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @minhtribtc on 1/31/2024
CloudPanel version(s) affected
2.4.1
Description
if i create a php site with: cloud.dzu.id.vn
an user auto create is id-cloud.dzu
so an error report cannot create user, i must remove " . " for fix this issuse
modify id-cloud.dzu to id-cloud-dzu
if this is the firstime you use cloudpanel with subdomain, you cant know how to bypass thi bug
How to reproduce
remove "."
Possible Solution
remove "."
Additional Context
No response