Skip to content

Commit 63e5d90

Browse files
author
Kristan Kenney
committed
Merge branch 'main' into feature/user-roles
2 parents 33c812b + 96817a9 commit 63e5d90

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/bin/bash
2-
# info: Alow other users create subdomains
2+
# info: Allow other users create subdomains
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)