Skip to content

Commit

Permalink
Issue Sunbird-Lern#24 chore:Sunbird auth package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahghatol committed Feb 7, 2018
1 parent fab77b1 commit 545b895
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions keycloak/scripts/ansible/artifacts/sunbird/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="content signin-contentPadding">
<form id="kc-form-login" class="ui form pre-signin" method="POST" action="${url.loginAction}">
<div class="field">
<label for="username"><#if !realm.loginWithEmailAllowed>${msg("username")}<#elseif !realm.registrationEmailAsUsername>${msg("usernameOrEmail")}<#else>${msg("email")}</#if></label>
<label for="username"><#if !realm.loginWithEmailAllowed>${msg("username")}<#elseif !realm.registrationEmailAsUsername>${msg("usernameOrEmailOrPhone")}<#else>${msg("email")}</#if></label>
<#if usernameEditDisabled??>
<input id="username" name="username" value="${(login.username!'')?html}" type="text" disabled />
<#else>
Expand All @@ -41,11 +41,11 @@
</div>
<div class="six wide column">
<button class="ui primary right floated button buttonResizeClass" name="login" id="kc-login" type="submit">${msg("doLogIn")}</button>
</div>
</div>
</div>
</form>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
Expand All @@ -69,4 +69,4 @@
</div>
</#if>
</#if>
</@layout.registrationLayout>
</@layout.registrationLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ consentDenied=Consent denied.

noAccount=New user?
username=Username or phone
usernameOrEmail=Username or email or phone
usernameOrEmailOrPhone=Username or email or phone
firstName=First name
givenName=Given name
fullName=Full name
Expand Down

0 comments on commit 545b895

Please sign in to comment.