Skip to content

Commit

Permalink
Merge branch 'RSM-3308-access-restricted-text' of github.com:UoA-eRes…
Browse files Browse the repository at this point in the history
…earch/hub-stack into dev
  • Loading branch information
cakr322 committed Feb 27, 2024
2 parents a5c7a36 + 8a08ebb commit 9edf876
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,21 @@ export class ErrorRoutingModule extends UoaErrorsConfig {

this.ErrorPageContent['ErrorCode403'] = {
title: 'Access Restricted',
content: `<p>Sorry, You do not have permission to view this page. Please ensure that you are logged in and try again.</p>
content: `<p>This page is restricted.</p>
<p>
If you still do not have access and believe you are seeing this page in error, please contact
<a href=mailto:${this.contactEmail} target="_blank">${this.contactEmail}</a>.
We apologize, but you currently lack the necessary permissions to view this page.
To gain access to this content, kindly retry and ensure that you are logged in
using your University email address (or UPI) along with the corresponding password.
</p>
<p>
Please be aware that content secured behind Single Sign-On (SSO) is exclusively
available to University of Auckland staff and PhD students, Masters students,
under-graduates, collaborating District health boards (DHBs),
and the public are not able to access content protected by SSO.
</p>
<p>
<a href="/article/get-access-to-researchhub">
Learn more about SSO and accessing ResearchHub content via the ‘Get access to ResearchHub’ page</a>
</p>`
};

Expand Down

0 comments on commit 9edf876

Please sign in to comment.