diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.yml | 1 | ||||
-rw-r--r-- | config/locales/en/users.en.yml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index dfa2a9a..906b446 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -82,6 +82,7 @@ common: &common - support - billing allow_registration: true + invite_required: false config_file_paths: soledad-service: 'public/1/config/soledad-service.json' eip-service: 'public/1/config/eip-service.json' diff --git a/config/locales/en/users.en.yml b/config/locales/en/users.en.yml index e2a880c..bc8c19d 100644 --- a/config/locales/en/users.en.yml +++ b/config/locales/en/users.en.yml @@ -8,6 +8,8 @@ en: account_settings: "Account Settings" username: "Username" password: "Password" + password_confirmation: "Password confirmation" + invite_code: "Invite code" change_password: "Change Password" invalid_user_pass: "Not a valid username/password combination" invalid_ephemeral: "Invalid random key used. This looked like an attempt to hack the site to us. If it wasn't please contact support so we can look into the issue." |