Skip to content

Commit a8a1779

Browse files
authored
[ENG-11034] Update unconfirmed error page due to deprecated legacy view (#112)
1 parent 9eabe1e commit a8a1779

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

src/main/resources/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@ screen.error.page.loginagain=Log in again
673673
screen.authnerror.title=Login Error
674674
screen.authnerror.tips=Oops! Something went wrong ...
675675
screen.authnerror.tips.devmode=Developer mode only !!!
676-
screen.authnerror.button.resendosfconfirmation=Resend confirmation email
677676
screen.authnerror.button.backtoosf=Exit login
678677
screen.authnerror.button.logout=Log out
679678
screen.blocked.message=You are being throttled for attempting to login too frequently in a short amount of time. \
@@ -689,7 +688,8 @@ screen.accountnotconfirmedidp.message=The OSF account associated with the email
689688
"mailto:support@osf.io">OSF Support</a>.
690689
screen.accountnotconfirmedosf.heading=Account not confirmed
691690
screen.accountnotconfirmedosf.message=The OSF account associated with the email has been registered but not confirmed. \
692-
Please check your email (and spam folder) or click the button below to resend your confirmation email.
691+
Please check your email (and spam folder) or contact <a style="white-space: nowrap" href="mailto:support@osf.io">OSF \
692+
Support</a>.
693693
screen.servererror.title=Server Error
694694
screen.unavailable.heading=CAS unavailable
695695
screen.unavailable.message=Your request cannot be completed at this time. Please return to OSF and try again later. If \

src/main/resources/templates/casAccountNotConfirmedIdPView.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
<h1 th:utext="#{screen.accountnotconfirmedidp.heading}"></h1>
1919
<p th:utext="#{screen.accountnotconfirmedidp.message}"></p>
2020
</section>
21-
<section class="form-button">
22-
<a class="mdc-button mdc-button--raised button-osf-blue" th:href="@{${osfUrl.resendConfirmation}}">
23-
<span class="mdc-button__label" th:utext="#{screen.authnerror.button.resendosfconfirmation}"></span>
24-
</a>
25-
</section>
2621
<hr class="my-4" />
2722
<section class="text-with-mdi">
2823
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.authnerror.button.backtoosf}"></a></span>

src/main/resources/templates/casAccountNotConfirmedOsfView.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
<h1 th:utext="#{screen.accountnotconfirmedosf.heading}"></h1>
1919
<p th:utext="#{screen.accountnotconfirmedosf.message}"></p>
2020
</section>
21-
<section class="form-button">
22-
<a class="mdc-button mdc-button--raised button-osf-blue" th:href="@{${osfUrl.resendConfirmation}}">
23-
<span class="mdc-button__label" th:utext="#{screen.authnerror.button.resendosfconfirmation}"></span>
24-
</a>
25-
</section>
2621
<hr class="my-4" />
2722
<section class="text-with-mdi">
2823
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.authnerror.button.backtoosf}"></a></span>

0 commit comments

Comments
 (0)