|
1 | 1 | ######################################################################################################################## |
2 | | -######################################################################################################################## |
3 | 2 | # Default messages.properties as of 6.2.x, see: |
4 | 3 | # https://github.com/apereo/cas/blob/6.2.x/support/cas-server-support-thymeleaf/src/main/resources/messages.properties |
5 | 4 | # |
@@ -484,14 +483,14 @@ cas.mfa.registerdevice.button.skip=Skip |
484 | 483 | passwordless.error.unknown.user=Provided username cannot be recognized and located by CAS. |
485 | 484 | passwordless.error.invalid.user=Provided username does not carry enough contact information. |
486 | 485 | # |
| 486 | +######################################################################################################################## |
| 487 | +# |
487 | 488 | # Enf of default messages.properties |
488 | 489 | # |
489 | 490 | ######################################################################################################################## |
490 | | -######################################################################################################################## |
491 | 491 |
|
492 | 492 |
|
493 | 493 |
|
494 | | -######################################################################################################################## |
495 | 494 | ######################################################################################################################## |
496 | 495 | # OSF CAS customized messages.properties |
497 | 496 | ######################################################################################################################## |
@@ -596,37 +595,33 @@ screen.onetimepasswordrequired.heading=OSF Two-factor Authentication |
596 | 595 | screen.onetimepasswordrequired.message=Two-factor authentication has been enabled for this OSF account. Please enter \ |
597 | 596 | the one-time password generated by the authentication app. If you believe this should not happen, please contact <a \ |
598 | 597 | style="white-space: nowrap" href="mailto:support@osf.io">OSF Support</a>. |
599 | | -screen.institutionssonotimplemented.heading=Institution login erro |
600 | | -screen.institutionssonotimplemented.message=Institution SSO has not been implemented |
| 598 | +screen.institutionssonotimplemented.heading=Institution login error |
| 599 | +screen.institutionssonotimplemented.message=Successful login via external identity providers. However, institution \ |
| 600 | + SSO has not been fully implemented @lazylongze ... |
601 | 601 | # |
602 | | -# Enf of OSF CAS customized messages.properties |
603 | | -# |
604 | | -######################################################################################################################## |
605 | | -######################################################################################################################## |
606 | | - |
607 | | - |
608 | | - |
609 | | -######################################################################################################################## |
610 | 602 | # OSF URLs |
611 | | -######################################################################################################################## |
612 | 603 | # |
613 | 604 | # OSF |
614 | 605 | # |
615 | | -osf.home.url=http://192.168.168.167:5000/ |
616 | | -osf.resend.osf.confirmation.url=http://192.168.168.167:5000/resend/ |
617 | | -osf.forgot.password.url=http://192.168.168.167:5000/forgotpassword/ |
618 | | -osf.create.account.url=http://192.168.168.167:5000/register/ |
| 606 | +osf.home.url=http:/localhost:5000/ |
| 607 | +osf.resend.osf.confirmation.url=http:/localhost:5000/resend/ |
| 608 | +osf.forgot.password.url=http:/localhost:5000/forgotpassword/ |
| 609 | +osf.create.account.url=http:/localhost:5000/register/ |
619 | 610 | # |
620 | 611 | # API |
621 | 612 | # |
622 | 613 | # Other |
623 | 614 | # |
624 | | -osf.preprints.home.url=http://192.168.168.167:5000/preprints/ |
625 | | -osf.registries.home.url=http://192.168.168.167:5000/registries/ |
626 | | -osf.institutions.home.url=http://192.168.168.167:5000/registries/ |
627 | | -osf.meetings.home.url=http://192.168.168.167:5000/meetings/ |
628 | | -osf.support.url=http://192.168.168.167:5000/support/ |
| 615 | +osf.preprints.home.url=http:/localhost:5000/preprints/ |
| 616 | +osf.registries.home.url=http:/localhost:5000/registries/ |
| 617 | +osf.institutions.home.url=http:/localhost:5000/registries/ |
| 618 | +osf.meetings.home.url=http:/localhost:5000/meetings/ |
| 619 | +osf.support.url=http:/localhost:5000/support/ |
629 | 620 | osf.cos.donation.url=https://www.cos.io/about/support-cos/ |
630 | 621 | osf.cos.home.url=https://www.cos.io/ |
631 | 622 | # |
632 | 623 | ######################################################################################################################## |
| 624 | +# |
| 625 | +# Enf of OSF CAS customized messages.properties |
| 626 | +# |
| 627 | +######################################################################################################################## |
0 commit comments