|
|
|
|
@ -12,9 +12,9 @@
|
|
|
|
|
loadCSS('${url.resourcesPath}/css/component/smsSenderForm.css');
|
|
|
|
|
</script>
|
|
|
|
|
<form id="kc-reset-password-form" class="${properties.kcFormClass!}" action="${url.loginAction}" method="post">
|
|
|
|
|
<input type="hidden" id="validation-type" name="validationType" value="${form.validationType!'email'}"/>
|
|
|
|
|
<input type="hidden" id="credential-type" name="credentialType" value="${form.credentialType!'email'}"/>
|
|
|
|
|
|
|
|
|
|
<@tabs.tabsBar panelId="reset-password-panel" filled=true pill=true activedId=form.validationType!'email'>
|
|
|
|
|
<@tabs.tabsBar panelId="reset-password-panel" filled=true pill=true activedId=form.credentialType!'email'>
|
|
|
|
|
<@tabs.tabButton tabId="email" panelId="reset-password-panel" label="resetPasswordByEmail" />
|
|
|
|
|
<@tabs.tabButton tabId="phone" panelId="reset-password-panel" label="resetPasswordByPhone" />
|
|
|
|
|
</@tabs.tabsBar>
|
|
|
|
|
|