-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor osf unconfirmed account exception
- Loading branch information
Showing
6 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,11 +144,11 @@ screen.badworkstation.heading=You cannot login from this workstation. | |
screen.badworkstation.message=Please contact <a style="white-space: nowrap" href="mailto:[email protected]">[email protected]</a> to regain access. | ||
|
||
# OSF Login Failure Pages | ||
screen.loginnotallowed.heading=Account not confirmed | ||
screen.loginnotallowed.message=The OSF account associated with the email has been registered but not confirmed. Please check your email (and spam folder) or click the button below to resend your confirmation email. | ||
screen.accountnotconfirmed.osflogin.heading=Account not confirmed | ||
screen.accountnotconfirmed.osflogin.message=The OSF account associated with the email has been registered but not confirmed. Please check your email (and spam folder) or click the button below to resend your confirmation email. | ||
screen.accountnotconfirmed.osflogin.button.resendConfirmation=Resend confirmation email | ||
screen.accountnotconfirmed.idplogin.heading=Account not confirmed | ||
screen.accountnotconfirmed.idplogin.message=The OSF account associated with the email has been registered but not confirmed. Our records show that this account was created via ORCiD login. Please check your email (and spam folder) for the confirmation link. If you believe this should not happen, please contact <a style="white-space: nowrap" href="mailto:[email protected]">OSF Support</a>. | ||
screen.loginnotallowed.button.resendConfirmation=Resend confirmation email | ||
screen.accountdisabled.heading=Account disabled | ||
screen.accountdisabled.message=The OSF account associated with the email has been disabled. Please contact <a style="white-space: nowrap" href="mailto:[email protected]">OSF Support</a> to regain access. | ||
screen.shouldnothappen.heading=Account not active | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters