Просмотр исходного кода

Improve description v-add-web-domain-allow-users

Jaap Marcus 4 лет назад
Родитель
Сommit
06e57cf9e5
2 измененных файлов с 7 добавлено и 5 удалено
  1. 3 2
      bin/v-add-web-domain-allow-users
  2. 4 3
      bin/v-delete-web-domain-allow-users

+ 3 - 2
bin/v-add-web-domain-allow-users

@@ -3,9 +3,10 @@
 # options: USER DOMAIN
 # labels: web hestia
 #
-# example: v-add-web-domain-allow-users
+# example: v-add-web-domain-allow-users admin admin.com
 #
-# Disallow other users to create a new subdomain.
+# Bypass the rule check for Enforce subdomain ownership for a specific domain. 
+# Enforce subdomain ownership setting in /edit/server/ set to no will always overwrite this behaviour
 # eg: admin adds admin.com
 # user can create user.admin.com
 

+ 4 - 3
bin/v-delete-web-domain-allow-users

@@ -3,11 +3,12 @@
 # options: USER DOMAIN
 # labels: web hestia
 #
-# example: v-delete-web-domain-allow-users
+# example: v-delete-web-domain-allow-users admin admin.com
 #
-# Disallow other users to create a new subdomain.
+# Enable the rule check for Enforce subdomain ownership for a specific domain. 
+# Enforce subdomain ownership setting in /edit/server/ set to no will always overwrite this behaviour
 # eg: admin adds admin.com
-# user can't create user.admin.com
+# user can create user.admin.com
 
 
 #----------------------------------------------------------#