diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a0cb92b..516febad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,7 +86,7 @@ This was necessary because LDAP entries were not created for users until they be While a user was unqualified, if the Redis cache was cleared, the user info would be lost. Now, LDAP entries are created immediately for every user, so this is no longer necessary. -- Shut down the web portal +- Shut down the account portal ```shell systemctl stop apache2 ``` diff --git a/deployment/config.base.ini b/deployment/config.base.ini index f6ee42101..4fad60ad2 100644 --- a/deployment/config.base.ini +++ b/deployment/config.base.ini @@ -1,7 +1,7 @@ ; DO NOT EDIT THIS FILE. Copy this file to `config.ini` and edit that file. [upstream] -version = "1.7.4" ; Current upstream version of the web portal -repo = "https://github.com/UnityHPC/account-portal" ; Upstream URL for the web portal +version = "1.7.4" ; Current upstream version of the account portal +repo = "https://github.com/UnityHPC/account-portal" ; Upstream URL for the account portal [site] prefix = "" ; prefix of website, no ending / should be included diff --git a/resources/templates/footer.html.twig b/resources/templates/footer.html.twig index 828824e94..4e4a7e78e 100644 --- a/resources/templates/footer.html.twig +++ b/resources/templates/footer.html.twig @@ -18,7 +18,7 @@