Skip to content

Commit 6cfd2bf

Browse files
committed
link to "getting started" in activation email
1 parent e53927f commit 6cfd2bf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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)