Skip to content

Commit c6782fd

Browse files
committed
Fix messages.properties for local development
1 parent 26b8995 commit c6782fd

1 file changed

Lines changed: 18 additions & 23 deletions

File tree

src/main/resources/messages.properties

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
########################################################################################################################
2-
########################################################################################################################
32
# Default messages.properties as of 6.2.x, see:
43
# https://github.com/apereo/cas/blob/6.2.x/support/cas-server-support-thymeleaf/src/main/resources/messages.properties
54
#
@@ -484,14 +483,14 @@ cas.mfa.registerdevice.button.skip=Skip
484483
passwordless.error.unknown.user=Provided username cannot be recognized and located by CAS.
485484
passwordless.error.invalid.user=Provided username does not carry enough contact information.
486485
#
486+
########################################################################################################################
487+
#
487488
# Enf of default messages.properties
488489
#
489490
########################################################################################################################
490-
########################################################################################################################
491491

492492

493493

494-
########################################################################################################################
495494
########################################################################################################################
496495
# OSF CAS customized messages.properties
497496
########################################################################################################################
@@ -596,37 +595,33 @@ screen.onetimepasswordrequired.heading=OSF Two-factor Authentication
596595
screen.onetimepasswordrequired.message=Two-factor authentication has been enabled for this OSF account. Please enter \
597596
the one-time password generated by the authentication app. If you believe this should not happen, please contact <a \
598597
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 ...
601601
#
602-
# Enf of OSF CAS customized messages.properties
603-
#
604-
########################################################################################################################
605-
########################################################################################################################
606-
607-
608-
609-
########################################################################################################################
610602
# OSF URLs
611-
########################################################################################################################
612603
#
613604
# OSF
614605
#
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/
619610
#
620611
# API
621612
#
622613
# Other
623614
#
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/
629620
osf.cos.donation.url=https://www.cos.io/about/support-cos/
630621
osf.cos.home.url=https://www.cos.io/
631622
#
632623
########################################################################################################################
624+
#
625+
# Enf of OSF CAS customized messages.properties
626+
#
627+
########################################################################################################################

0 commit comments

Comments
 (0)