Skip to content

Commit

Permalink
add extra text below "Institution Log In" #2951 #2939
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 23, 2016
1 parent 2c0cdec commit bf2f824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ authenticationProvidersAvailable.tip={0}There are no active authentication provi
login.System=Login System
login.forgot.text=Forgot your password?
login.institution=Institution Log In
login.institution.blurb=Use Dataverse with your institutional log in instead of creating an account.
login.invaliduserpassword=The username and/or password you entered is invalid. Need assistance accessing your account?
login.error=Error validating the username and/or password. Please try again. If the problem persists, contact an administrator.

Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/loginpage.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<div class="panel panel-default highlight">
<div class="panel-body">
<h2 style="margin-top:0;">#{bundle['login.institution']}</h2>
<p>#{bundle['login.institution.blurb']}</p>

<div id="idpSelect"></div>

Expand Down

0 comments on commit bf2f824

Please sign in to comment.