diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.yml | 5 | ||||
-rw-r--r-- | config/locales/home.en.yml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index 1c7e694..0614d1e 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -34,7 +34,7 @@ common: &common token_expires_after: 60 # handles that will be blocked from being used as logins or email aliases # in addition to the ones in /etc/passwd and http://tools.ietf.org/html/rfc2142 - handle_blacklist: [certmaster, ssladmin, arin-admin, administrator, www-data, maildrop] + handle_blacklist: ['certmaster', 'ssladmin', 'arin-admin', 'administrator', 'www-data', 'maildrop', 'postmaster', 'admin', 'contact', 'info'] # handles that will be allowed despite being in /etc/passwd or rfc2142 handle_whitelist: [] # actions enabled in the account settings @@ -46,6 +46,9 @@ common: &common available_locales: - :en minimum_client_version: "0.5" + engines: + - support + - billing service_levels: &service_levels service_levels: diff --git a/config/locales/home.en.yml b/config/locales/home.en.yml index c3cdfb1..d1e74eb 100644 --- a/config/locales/home.en.yml +++ b/config/locales/home.en.yml @@ -4,5 +4,5 @@ en: download_bitmask: "Download Bitmask" login_info: "Log in to change your account settings, create support tickets, and manage payments." - signup_info: "Get a user account via this website. We recommend registering via the Bitmask application instead unless you are only using Bitmask for Android." + signup_info: "Create a new user account. For higher security, we recommend you create your account via the Bitmask application instead." support_info: "Can't login? Create a new support ticket anonymously." |