[ARVADOS] updated: 1.2.0-351-g45d513218
Git user
git at public.curoverse.com
Tue Nov 13 08:24:47 EST 2018
Summary of changes:
services/api/app/mailers/user_notifier.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 45d513218901baa1a1d079758dc432e9be4663df (commit)
from 034d8c6cf7a261d29373233d9302aebe2a2f895a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 45d513218901baa1a1d079758dc432e9be4663df
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed Nov 7 10:58:36 2018 -0500
In the notification e-mail to the user that a shell account has been created,
change the title of the e-mail to mention Arvados instead of Curoverse.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/services/api/app/mailers/user_notifier.rb b/services/api/app/mailers/user_notifier.rb
index 35a19b136..5fb7036bf 100644
--- a/services/api/app/mailers/user_notifier.rb
+++ b/services/api/app/mailers/user_notifier.rb
@@ -9,7 +9,7 @@ class UserNotifier < ActionMailer::Base
def account_is_setup(user)
@user = user
- mail(to: user.email, subject: 'Welcome to Curoverse - shell account enabled')
+ mail(to: user.email, subject: 'Welcome to Arvados - shell account enabled')
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list