Skip to content

Commit 06e57cf

Browse files
committed
Improve description v-add-web-domain-allow-users
1 parent 27dcc08 commit 06e57cf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

bin/v-add-web-domain-allow-users

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# options: USER DOMAIN
44
# labels: web hestia
55
#
6-
# example: v-add-web-domain-allow-users
6+
# example: v-add-web-domain-allow-users admin admin.com
77
#
8-
# Disallow other users to create a new subdomain.
8+
# Bypass the rule check for Enforce subdomain ownership for a specific domain.
9+
# Enforce subdomain ownership setting in /edit/server/ set to no will always overwrite this behaviour
910
# eg: admin adds admin.com
1011
# user can create user.admin.com
1112

bin/v-delete-web-domain-allow-users

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# options: USER DOMAIN
44
# labels: web hestia
55
#
6-
# example: v-delete-web-domain-allow-users
6+
# example: v-delete-web-domain-allow-users admin admin.com
77
#
8-
# Disallow other users to create a new subdomain.
8+
# Enable the rule check for Enforce subdomain ownership for a specific domain.
9+
# Enforce subdomain ownership setting in /edit/server/ set to no will always overwrite this behaviour
910
# eg: admin adds admin.com
10-
# user can't create user.admin.com
11+
# user can create user.admin.com
1112

1213

1314
#----------------------------------------------------------#

0 commit comments

Comments
 (0)