From 400f18beb91432be95c83b5e5caf54f64839d415 Mon Sep 17 00:00:00 2001 From: Nils Caspar Date: Wed, 15 Jan 2014 22:22:39 +0100 Subject: [PATCH] redmine -> Redmine --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index fa8b368..a415ae3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3,7 +3,7 @@ en: redmine_cas_settings_cas_url_label: 'CAS server URL' redmine_cas_settings_cas_url_helptext: 'Base URL to your CAS server.' redmine_cas_settings_attributes_mapping_label: 'Attributes mapping' - redmine_cas_settings_attributes_mapping_helptext: 'This is how the plugin maps extended attributes from the CAS server to the redmine model.
attribute_name_in_redmine=attribute_name_in_cas_response
Separate entries with & (query-string).
Example: firstname=first_name&lastname=last_name&mail=email
Valid attribute names: %{attribute_names}' + redmine_cas_settings_attributes_mapping_helptext: 'This is how the plugin maps extended attributes from the CAS server to the Redmine model.
attribute_name_in_redmine=attribute_name_in_cas_response
Separate entries with & (query-string).
Example: firstname=first_name&lastname=last_name&mail=email
Valid attribute names: %{attribute_names}' redmine_cas_settings_autocreate_users_label: 'Auto-create users' redmine_cas_settings_autocreate_users_helptext: 'Automatically create a redmine user if it is successfully authenticated.
Will only work if you specify firstname, lastname and mail in the attributes mapping setting above.' redmine_cas_user_not_found: '"%{user}" was authenticated but needs to be created in Redmine first.'