From 8a08ebbe83f24e1c04af6f14a6e7f9f9359be58d Mon Sep 17 00:00:00 2001 From: cakr322 Date: Mon, 26 Feb 2024 15:17:33 +1300 Subject: [PATCH] Update access restricted text --- .../error-routing/error-routing.module.ts | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/research-hub-web/src/app/components/error-routing/error-routing.module.ts b/research-hub-web/src/app/components/error-routing/error-routing.module.ts index e416715b0..64da6caa2 100644 --- a/research-hub-web/src/app/components/error-routing/error-routing.module.ts +++ b/research-hub-web/src/app/components/error-routing/error-routing.module.ts @@ -31,10 +31,21 @@ export class ErrorRoutingModule extends UoaErrorsConfig { this.ErrorPageContent['ErrorCode403'] = { title: 'Access Restricted', - content: `

Sorry, You do not have permission to view this page. Please ensure that you are logged in and try again.

+ content: `

This page is restricted.

- If you still do not have access and believe you are seeing this page in error, please contact - ${this.contactEmail}. + 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. +

+

+ 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. +

+

+ + Learn more about SSO and accessing ResearchHub content via the ‘Get access to ResearchHub’ page

` };