Skip to content

Commit

Permalink
h2 for both local and shib login #3085
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Apr 25, 2016
1 parent 951359c commit 936a5fb
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 @@ -184,6 +184,7 @@ user.updatePassword.password=Create a password that is minimum six characters lo
authenticationProvidersAvailable.tip={0}There are no active authentication providers{1}If you are a system administrator, please enable one using the API.{2}If you are not a system administrator, please contact the one for your institution.
login.System=Login System
login.forgot.text=Forgot your password?
login.builtin=Log In with Dataverse Account
login.institution=Institutional Log In
login.institution.blurb=Use Dataverse with your institutional log in instead of creating an account. <a href="{0}/{1}/user/account.html" target="_blank">Learn More</a>.
login.institution.support.beforeLink=Leaving your institution? Please contact
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 @@ -35,6 +35,7 @@
</ui:fragment>
<div id="login-container" class="row">
<div id="builtinColumn" class="col-md-6" jsf:rendered="#{LoginPage.authenticationProvidersAvailable}">
<h2 style="margin-top:0;" jsf:rendered="#{systemConfig.shibEnabled == true}">#{bundle['login.builtin']}</h2>
<h:form id="loginForm" styleClass="form-horizontal">
<p:focus context="loginForm"/>
<ui:remove>
Expand Down

0 comments on commit 936a5fb

Please sign in to comment.