Skip to content
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
6 changes: 3 additions & 3 deletions client/src/js/app/views/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<h1>Login</h1>
<p v-if="sso && !authError" class="tw-text-center tw-text-lg">Redirecting to single sign on...</p>
<p v-if="authError === 'not-recognised'" class="tw-text-center tw-text-lg">
<b>User not recognised</b>. If you have logged in with your email address,
<a :href="logoutUrl" target="_blank">log out of the SSO provider</a> and <a href="/login">log in</a> again with
your FedID.
<b>User not recognised</b>. You can only access this system once you have been issued a FedID.
If you need to access this system, but don't have a FedID, please contact the User Office, then
<a :href="logoutUrl" target="_blank">log out of the SSO provider</a> and <a href="/login">log in</a> again.
</p>

<!-- Wrap the form in an observer component so we can check validation state on submission -->
Expand Down
Loading