From 176eaad70b62e34323b99d37868b163087e47df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92=E9=87=8E=E7=84=A1=E7=87=88?= Date: Tue, 19 Feb 2019 03:23:14 +0800 Subject: [PATCH] global settings: add createUserDir option checkbox. --- src/i18n/en.json | 1 + src/views/settings/Global.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index d423eceb6a..61e85e1a48 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -165,6 +165,7 @@ "users": "Users", "globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.", "allowSignup": "Allow users to signup", + "createUserDir": "Auto create user home dir while adding new user", "insertRegex": "Insert regex expression", "insertPath": "Insert the path", "userUpdated": "User updated!", diff --git a/src/views/settings/Global.vue b/src/views/settings/Global.vue index 6ad4099193..a21c50dc91 100644 --- a/src/views/settings/Global.vue +++ b/src/views/settings/Global.vue @@ -8,6 +8,8 @@

{{ $t('settings.allowSignup') }}

+

{{ $t('settings.createUserDir') }}

+

{{ $t('settings.rules') }}

{{ $t('settings.globalRules') }}