Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PRC-846] Update Content on Not-Authorized Page #309

Merged
merged 1 commit into from
Nov 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/app/not-authorized/not-authorized.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
</i>

<div *ngIf="!loggedout; else loggedOut">
<h1>Not Authorized</h1>
<p><strong>You are not authorized to access this content.</strong></p>
<p>If this is your first time logging in to Applications, Comments and Reasons for Decision, you will need to send an email to <a href="mailto:Paola.Pierossi@gov.bc.ca"> Paola.Pierossi@gov.bc.ca</a> and <a href="mailto:Kristi.Meredith@gov.bc.ca">Kristi.Meredith@gov.bc.ca</a> to get your authentication completed and to access the site.</p>
<p>This will only be necessary the first time you login using your IDIR.</p>
<h1>Email for access</h1>
<p>You must request access to this administrative site by <strong>email</strong>.</p>
<p><a href="mailto:kristi.meredith@gov.bc.ca">kristi.meredith@gov.bc.ca</a> OR <a href="mailto:paola.pierossi@gov.bc.ca">paola.pierossi@gov.bc.ca</a></p>
<p>Authentication is a one time process, after which your IDIR will be enabled for future logins. If this is your first time logging into Applications, Comments and Reasons for Decision, you will need to send an email to Kristi Meredith or Paola Pierossi to complete your authentication and gain access to the site.</p>
</div>

<ng-template #loggedOut>
Expand Down