16874: Content of account_is_setup.text.erb uses Users.UserSetupMailText
authorPeter Amstutz <peter.amstutz@curii.com>
Fri, 25 Sep 2020 21:17:06 +0000 (17:17 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Fri, 25 Sep 2020 21:17:06 +0000 (17:17 -0400)
commit1fb68cf0a5f6ad058a54d4f822385983b3504987
treeda38bc7913c0b47b33bd01a9ecd4906c271e4382
parent2e8b59d84088588205d1d649f689008bae631b6f
16874: Content of account_is_setup.text.erb uses Users.UserSetupMailText

The most straightforward solution seems to be for UserSetupMailText to
still be an erb template and is evaluated in the same environment as
as before, but it gets the code from the config file.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
lib/config/config.default.yml
lib/config/export.go
lib/config/generated_config.go
sdk/go/arvados/config.go
services/api/app/controllers/arvados/v1/users_controller.rb
services/api/app/views/user_notifier/account_is_setup.text.erb
services/api/test/unit/user_notifier_test.rb