X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/49a6ced3c7a540a7da7155ab1c3120a5227c620c..fde712e92ad33e03dfd79f5fca99d2005cdd0795:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index 2fe701afcb..a19f707ac9 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -74,3 +74,37 @@ common: secret_key_base: false default_openid_prefix: https://www.google.com/accounts/o8/id send_user_setup_notification_email: true + + # Set user_profile_form_fields to enable and configure the user profile page. + # A commented setting with full description is provided below. + user_profile_form_fields: false + + # Below is a sample setting of user_profile_form_fields. + # Use "message" to configure a message you want to display at the top of the profile page. + # This sample configures two fields as represented by the attribute "key". For these fields, + # You can specify "type" as "text" or "select". + # Specify "options" when using the type "select". + # Set "required" as "true" for any of the fields to make them required. + # If any of the required fields are missing in the user's profile, the user will be + # redirected to the profile page before they can access any Workbench features. + #user_profile_form_fields: + # - message: Welcome to Curoverse. Any fields in red are required and missing. Please fill in those fields before you can access Arvados Workbench. + # - key: organization + # type: text + # form_field_title: Institution/Company + # form_field_description: Your organization + # required: true + # - key: role + # type: select + # form_field_title: Your role + # form_field_description: Choose the category that best describes your role in your lab. + # options: + # - Bio-informatician + # - Computational biologist + # - Biologist or geneticist + # - Software developer + # - IT + # - Other + + # email address to which mail should be sent when the user creates profile for the first time + user_profile_notification_address: false