[arvados] created: 2.6.0-487-ge97987993
git repository hosting
git at public.arvados.org
Mon Aug 14 15:20:25 UTC 2023
at e97987993696bb4ca961837628ac6aa57d85e389 (commit)
commit e97987993696bb4ca961837628ac6aa57d85e389
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Aug 14 11:18:58 2023 -0400
18946: Make the user profile message blank by default
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 1ea2a89a2..ce90b21d1 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -1848,7 +1848,8 @@ Clusters:
# Use "UserProfileFormMessage to configure the message you want
# to display on the profile page.
- UserProfileFormMessage: 'Welcome to Arvados. All <span style="color:red">required fields</span> must be completed before you can proceed.'
+ # SAMPLE: 'Welcome to Arvados. Please tell us a little bit about yourself.'
+ UserProfileFormMessage: ''
# Mimetypes of applications for which the view icon
# would be enabled in a collection's show page.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list