-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/myopportunity_verify_import
- Loading branch information
Showing
19 changed files
with
73 additions
and
240 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
-747 KB
(15%)
src/keycloak/providers/jars/keycloak-phone-provider.resources.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/keycloak/providers/jars/keycloak-sms-provider-dummy.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/keycloak/providers/jars/keycloak-sms-provider-twilio.jar
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
...providers/keycloak-phone-provider.resources/src/main/resources/theme/phone/login/info.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<#import "template.ftl" as layout> | ||
<@layout.registrationLayout displayMessage=false; section> | ||
<#if section = "header"> | ||
<#if messageHeader??> | ||
${kcSanitize(msg("${messageHeader}"))?no_esc} | ||
<#else> | ||
${message.summary} | ||
</#if> | ||
<#elseif section = "form"> | ||
<div id="kc-info-message"> | ||
<p class="instruction">${message.summary}<#if requiredActions??><#list requiredActions>: <b><#items as reqActionItem>${kcSanitize(msg("requiredAction.${reqActionItem}"))?no_esc}<#sep>, </#items></b></#list><#else></#if></p> | ||
<#if skipLink??> | ||
<#else> | ||
<#if pageRedirectUri?has_content> | ||
<p><a href="${pageRedirectUri}">${kcSanitize(msg("backToApplication"))?no_esc}</a></p> | ||
<#elseif actionUri?has_content> | ||
<p><a href="${actionUri}">${kcSanitize(msg("proceedWithAction"))?no_esc}</a></p> | ||
<#elseif (client.baseUrl)?has_content> | ||
<p><a href="${client.baseUrl}">${kcSanitize(msg("backToApplication"))?no_esc}</a></p> | ||
</#if> | ||
</#if> | ||
</div> | ||
</#if> | ||
</@layout.registrationLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...loak-phone-provider.resources/src/main/resources/theme/phone/login/login-verify-email.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<#import "template.ftl" as layout> | ||
<@layout.registrationLayout displayInfo=true; section> | ||
<#if section = "header"> | ||
${msg("emailVerifyTitle")} | ||
<#elseif section = "form"> | ||
<p class="instruction">${msg("emailVerifyInstruction1",user.email)}</p> | ||
<#elseif section = "info"> | ||
<p class="instruction"> | ||
${msg("emailVerifyInstruction2")} | ||
<br/> | ||
<br/> | ||
${msg("emailVerifyInstruction3")} | ||
<a href="${url.loginAction}" class="form-link">${msg("doClickHere")}</a> ${msg("emailVerifyInstruction4")} | ||
</p> | ||
</#if> | ||
</@layout.registrationLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
199 changes: 0 additions & 199 deletions
199
...ak-phone-provider.resources/src/main/resources/theme/phone/login/user-profile-commons.ftl
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.