Skip to content

Commit 0c05404

Browse files
authored
Apply suggestions from code review
1 parent e23a876 commit 0c05404

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ PATH =
651651
;DEFAULT_ALLOW_CREATE_ORGANIZATION = true
652652
;; Default value for IsRestricted
653653
;; Every new user will have restricted permissions depending on this setting
654-
;DEFAULT_USER_IS_RESTRICTED = true
654+
;DEFAULT_USER_IS_RESTRICTED = false
655655
;;
656656
;; Either "public", "limited" or "private", default is "public"
657657
;; Limited is for signed user only

integrations/mssql.ini.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ ENABLE_CAPTCHA = false
6565
REQUIRE_SIGNIN_VIEW = false
6666
DEFAULT_KEEP_EMAIL_PRIVATE = false
6767
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
68-
DEFAULT_USER_IS_RESTRICTED = false
6968
NO_REPLY_ADDRESS = noreply.example.org
7069
ENABLE_NOTIFY_MAIL = true
7170

integrations/mysql.ini.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ ENABLE_CAPTCHA = false
8585
REQUIRE_SIGNIN_VIEW = false
8686
DEFAULT_KEEP_EMAIL_PRIVATE = false
8787
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
88-
DEFAULT_USER_IS_RESTRICTED = false
8988
NO_REPLY_ADDRESS = noreply.example.org
9089
ENABLE_NOTIFY_MAIL = true
9190

integrations/mysql8.ini.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ ENABLE_CAPTCHA = false
6363
REQUIRE_SIGNIN_VIEW = false
6464
DEFAULT_KEEP_EMAIL_PRIVATE = false
6565
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
66-
DEFAULT_USER_IS_RESTRICTED = false
6766
NO_REPLY_ADDRESS = noreply.example.org
6867

6968
[picture]

integrations/pgsql.ini.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ENABLE_CAPTCHA = false
6666
REQUIRE_SIGNIN_VIEW = false
6767
DEFAULT_KEEP_EMAIL_PRIVATE = false
6868
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
69-
DEFAULT_USER_IS_RESTRICTED = false
7069
NO_REPLY_ADDRESS = noreply.example.org
7170
ENABLE_NOTIFY_MAIL = true
7271

integrations/sqlite.ini.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ ENABLE_CAPTCHA = false
6262
REQUIRE_SIGNIN_VIEW = false
6363
DEFAULT_KEEP_EMAIL_PRIVATE = false
6464
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
65-
DEFAULT_USER_IS_RESTRICTED = false
6665
NO_REPLY_ADDRESS = noreply.example.org
6766

6867
[picture]

0 commit comments

Comments
 (0)