From 9adbde13619de8b2c300056b062d12f0961cb710 Mon Sep 17 00:00:00 2001 From: ankonym Date: Mon, 21 Sep 2015 18:34:04 +0200 Subject: Make invite code configurable Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup. The default setting is false. --- config/defaults.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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' -- cgit v1.2.3 From d4f10a8d47572bcab4c44878b952146732d64d2e Mon Sep 17 00:00:00 2001 From: ankonym Date: Mon, 28 Sep 2015 17:43:34 +0200 Subject: Add localization labels to signup form and user.en.yml Added the necessary labels to allow the localization of the signup form and the labels to users.en.yml for localization --- config/locales/en/users.en.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/locales/en/users.en.yml b/config/locales/en/users.en.yml index 89307dd..4c6bbc0 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." -- cgit v1.2.3