Skip to content

Commit a4cedfb

Browse files
authored
link to "getting started" in activation email (#398)
1 parent 043c4fd commit a4cedfb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

defaults/config.ini.default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ description = "The UnityHPC Account Portal is an identity management GUI for res
1313
logo = "logo.png" ; path to logo file, in the webroot/assets/branding folder
1414
terms_of_service_url = "https://github.com" ; this can be external or a portal page created with "content management"
1515
account_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
1617
allow_die = true ; internal use only
1718
enable_verbose_error_log = true ; internal use only
1819
enable_redirect_message = true ; internal use only

resources/mail/user_qualified.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
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>

0 commit comments

Comments
 (0)