File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ rm "$prod" && ln -s "$old" "$prod"
117117
118118### Version-specific update instructions:
119119
120+ ### 1.5.0 -> 1.5.1
121+
122+ - the ` [site]getting_started_url ` option should be defined
123+
120124### 1.4 -> 1.5
121125
122126- Redis can be shut down
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ description = "The UnityHPC Account Portal is an identity management GUI for res
1313logo = "logo.png" ; path to logo file, in the webroot/assets/branding folder
1414terms_of_service_url = "https://github.com" ; this can be external or a portal page created with "content management"
1515account_policy_url = "https://github.com" ; this can be external or a portal page created with "content management"
16+ getting_started_url = "https://github.com" ; documentation about how to get started
1617allow_die = true ; internal use only
1718enable_verbose_error_log = true ; internal use only
1819enable_redirect_message = true ; internal use only
Original file line number Diff line number Diff line change 1313<strong>Organization</strong> <?php echo $ data ["org " ]; ?>
1414</p>
1515
16- <p>Please login to the web portal to access Unity.
17- If you need console access, you will need to set your SSH keys in the
18- <?php echo getHyperlink ("account settings " , "/panel/account.php " ); ?> page.</p>
16+ <p>
17+ See the
18+ <a href="<?php echo CONFIG ["site " ]["getting_started_url " ]; ?> ">Getting Started</a>
19+ page in our documentation for next steps.
20+ </p>
1921
2022<p>If you believe this to be a mistake, please reply to this email as soon as possible.</p>
You can’t perform that action at this time.
0 commit comments