diff --git a/base/account/account.ftl b/base/account/account.ftl deleted file mode 100644 index 08433f83d78b6e56fc53e455c76cc680be25ab02..0000000000000000000000000000000000000000 --- a/base/account/account.ftl +++ /dev/null @@ -1,70 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.mainLayout active='account' bodyClass='user'; section> - -
${msg("date")} | -${msg("event")} | -${msg("ip")} | -${msg("client")} | -${msg("details")} | -
${event.date?datetime} | -${event.event} | -${event.ipAddress} | -${event.client!} | -<#list event.details as detail>${detail.key} = ${detail.value} <#if detail_has_next>, #if>#list> | -
${msg("ip")} | -${msg("started")} | -${msg("lastAccess")} | -${msg("expires")} | -${msg("clients")} | -
${session.ipAddress} | -${session.started?datetime} | -${session.lastAccess?datetime} | -${session.expires?datetime} | -
- <#list session.clients as client>
- ${client} - #list> - |
-
${msg("configureAuthenticators")} | - - - -|
---|---|
${msg("mobile")} | -- - | -
${msg("totpStep1")}
-${msg("totpStep2")}
-${totp.totpSecretEncoded}
-${msg("totpStep3")}
-
-
-
-
-
-
-
-
-
-
- |
- ||||
---|---|---|---|---|
-
- |
-
{{:: 'username' | translate}} - | -{{:: 'last-name' | translate}} - | -{{:: 'first-name' | translate}} - | -{{:: 'email' | translate}} - | -- | ||
---|---|---|---|---|---|---|
-
-
-
-
-
- |
- ||||||
{{user.username}} | -{{user.lastName}} | -{{user.firstName}} | -{{user.email}} | -{{:: 'edit' | translate}} | -||
{{:: 'no-group-members' | translate}} | -{{:: 'no-group-members' | translate}} | -
${msg("copyCodeInstruction")}
- - <#else> -${code.error}
- #if> -${message.summary}
- <#if client?? && client.baseUrl?has_content> - - #if> -${message.summary}
- <#if skipLink??> - <#else> - <#if pageRedirectUri??> - - <#elseif client.baseUrl??> - - #if> - #if> -${msg("loginTotpStep1")}
-${msg("loginTotpStep2")}
-${msg("loginTotpStep3")}
-- ${msg("emailLinkIdp1", idpAlias, brokerContext.username, realm.displayName)} -
-- ${msg("emailLinkIdp2")} ${msg("doClickHere")} ${msg("emailLinkIdp3")} -
-- ${msg("emailLinkIdp4")} ${msg("doClickHere")} ${msg("emailLinkIdp5")} -
- #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/login-oauth-grant.ftl b/base/login/login-oauth-grant.ftl deleted file mode 100644 index edafc660e022d7f91c1eed5ff482eb5469a69d6c..0000000000000000000000000000000000000000 --- a/base/login/login-oauth-grant.ftl +++ /dev/null @@ -1,65 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout bodyClass="oauth"; section> - <#if section = "title"> - ${msg("oauthGrantTitle")} - <#elseif section = "header"> - ${msg("oauthGrantTitleHtml",(realm.displayNameHtml!''))} <#if client.name??>${advancedMsg(client.name)}<#else>${client.clientId}#if>. - <#elseif section = "form"> -- ${msg("pageExpiredMsg1")} ${msg("doClickHere")} . - ${msg("pageExpiredMsg2")} ${msg("doClickHere")} . -
- #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/login-reset-password.ftl b/base/login/login-reset-password.ftl deleted file mode 100644 index a0d118a40d6b443651665c00a854ee3759d7abab..0000000000000000000000000000000000000000 --- a/base/login/login-reset-password.ftl +++ /dev/null @@ -1,33 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=true; section> - <#if section = "title"> - ${msg("emailForgotTitle")} - <#elseif section = "header"> - ${msg("emailForgotTitle")} - <#elseif section = "form"> - - <#elseif section = "info" > - ${msg("emailInstruction")} - #if> -@layout.registrationLayout> diff --git a/base/login/login-totp.ftl b/base/login/login-totp.ftl deleted file mode 100644 index f7068a6e536aff3776e976e23e79142ab03e2004..0000000000000000000000000000000000000000 --- a/base/login/login-totp.ftl +++ /dev/null @@ -1,34 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout; section> - <#if section = "title"> - ${msg("loginTitle",realm.displayName)} - <#elseif section = "header"> - ${msg("loginTitleHtml",realm.displayNameHtml)} - <#elseif section = "form"> - - #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/login-update-password.ftl b/base/login/login-update-password.ftl deleted file mode 100644 index 1dece7f3daafe8e191207515e43a7b820139ff85..0000000000000000000000000000000000000000 --- a/base/login/login-update-password.ftl +++ /dev/null @@ -1,42 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=true; section> - <#if section = "title"> - ${msg("updatePasswordTitle")} - <#elseif section = "header"> - ${msg("updatePasswordTitle")} - <#elseif section = "form"> - - #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/login-update-profile.ftl b/base/login/login-update-profile.ftl deleted file mode 100644 index 458884c8491fd4111fe0304f1475f677e36a9107..0000000000000000000000000000000000000000 --- a/base/login/login-update-profile.ftl +++ /dev/null @@ -1,58 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout; section> - <#if section = "title"> - ${msg("loginProfileTitle")} - <#elseif section = "header"> - ${msg("loginProfileTitle")} - <#elseif section = "form"> - - #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/login-verify-email.ftl b/base/login/login-verify-email.ftl deleted file mode 100644 index 53caaa380253c29c00816c26c3189a0faae85528..0000000000000000000000000000000000000000 --- a/base/login/login-verify-email.ftl +++ /dev/null @@ -1,15 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout; section> - <#if section = "title"> - ${msg("emailVerifyTitle")} - <#elseif section = "header"> - ${msg("emailVerifyTitle")} - <#elseif section = "form"> -- ${msg("emailVerifyInstruction1")} -
-- ${msg("emailVerifyInstruction2")} ${msg("doClickHere")} ${msg("emailVerifyInstruction3")} -
- #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/login.ftl b/base/login/login.ftl deleted file mode 100644 index 7c0212346a3eb013733cefc27aeb69ba5116be1d..0000000000000000000000000000000000000000 --- a/base/login/login.ftl +++ /dev/null @@ -1,79 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=social.displayInfo; section> - <#if section = "title"> - ${msg("loginTitle",(realm.displayName!''))} - <#elseif section = "header"> - ${msg("loginTitleHtml",(realm.displayNameHtml!''))} - <#elseif section = "form"> - <#if realm.password> - - #if> - <#elseif section = "info" > - <#if realm.password && realm.registrationAllowed && !usernameEditDisabled??> -Terms and conditions to be defined
- -recaptchaFailed=Invalid Recaptcha -recaptchaNotConfigured=Recaptcha is required, but not configured -consentDenied=Consent denied. - -noAccount=New user? -username=Username -usernameOrEmail=Username or email -firstName=First name -givenName=Given name -fullName=Full name -lastName=Last name -familyName=Family name -email=Email -password=Password -passwordConfirm=Confirm password -passwordNew=New Password -passwordNewConfirm=New Password confirmation -rememberMe=Remember me -authenticatorCode=One-time code -address=Address -street=Street -locality=City or Locality -region=State, Province, or Region -postal_code=Zip or Postal code -country=Country -emailVerified=Email verified -gssDelegationCredential=GSS Delegation Credential - -loginTotpStep1=Install FreeOTP or Google Authenticator on your mobile. Both applications are available in Google Play and Apple App Store. -loginTotpStep2=Open the application and scan the barcode or enter the key -loginTotpStep3=Enter the one-time code provided by the application and click Submit to finish the setup -loginTotpOneTime=One-time code - -oauthGrantRequest=Do you grant these access privileges? -inResource=in - -emailVerifyInstruction1=An email with instructions to verify your email address has been sent to you. -emailVerifyInstruction2=Haven''t received a verification code in your email? -emailVerifyInstruction3=to re-send the email. - -emailLinkIdpTitle=Link {0} -emailLinkIdp1=An email with instructions to link {0} account {1} with your {2} account has been sent to you. -emailLinkIdp2=Haven''t received a verification code in your email? -emailLinkIdp3=to re-send the email. -emailLinkIdp4=If you already verified the email in different browser -emailLinkIdp5=to continue. - -backToLogin=« Back to Login - -emailInstruction=Enter your username or email address and we will send you instructions on how to create a new password. - -copyCodeInstruction=Please copy this code and paste it into your application: - -pageExpiredTitle=Page has expired -pageExpiredMsg1=To restart the login process -pageExpiredMsg2=To continue the login process - -personalInfo=Personal Info: -role_admin=Admin -role_realm-admin=Realm Admin -role_create-realm=Create realm -role_create-client=Create client -role_view-realm=View realm -role_view-users=View users -role_view-applications=View applications -role_view-clients=View clients -role_view-events=View events -role_view-identity-providers=View identity providers -role_manage-realm=Manage realm -role_manage-users=Manage users -role_manage-applications=Manage applications -role_manage-identity-providers=Manage identity providers -role_manage-clients=Manage clients -role_manage-events=Manage events -role_view-profile=View profile -role_manage-account=Manage account -role_manage-account-links=Manage account links -role_read-token=Read token -role_offline-access=Offline access -client_account=Account -client_security-admin-console=Security Admin Console -client_admin-cli=Admin CLI -client_realm-management=Realm Management -client_broker=Broker - -invalidUserMessage=Invalid username or password. -invalidEmailMessage=Invalid email address. -accountDisabledMessage=Account is disabled, contact admin. -accountTemporarilyDisabledMessage=Account is temporarily disabled, contact admin or try again later. -expiredCodeMessage=Login timeout. Please login again. -expiredActionMessage=Action expired. Please continue with login now. - -missingFirstNameMessage=Please specify first name. -missingLastNameMessage=Please specify last name. -missingEmailMessage=Please specify email. -missingUsernameMessage=Please specify username. -missingPasswordMessage=Please specify password. -missingTotpMessage=Please specify authenticator code. -notMatchPasswordMessage=Passwords don''t match. - -invalidPasswordExistingMessage=Invalid existing password. -invalidPasswordConfirmMessage=Password confirmation doesn''t match. -invalidTotpMessage=Invalid authenticator code. - -usernameExistsMessage=Username already exists. -emailExistsMessage=Email already exists. - -federatedIdentityExistsMessage=User with {0} {1} already exists. Please login to account management to link the account. - -confirmLinkIdpTitle=Account already exists -federatedIdentityConfirmLinkMessage=User with {0} {1} already exists. How do you want to continue? -federatedIdentityConfirmReauthenticateMessage=Authenticate as {0} to link your account with {1} -confirmLinkIdpReviewProfile=Review profile -confirmLinkIdpContinue=Add to existing account - -configureTotpMessage=You need to set up Mobile Authenticator to activate your account. -updateProfileMessage=You need to update your user profile to activate your account. -updatePasswordMessage=You need to change your password to activate your account. -verifyEmailMessage=You need to verify your email address to activate your account. -linkIdpMessage=You need to verify your email address to link your account with {0}. - -emailSentMessage=You should receive an email shortly with further instructions. -emailSendErrorMessage=Failed to send email, please try again later. - -accountUpdatedMessage=Your account has been updated. -accountPasswordUpdatedMessage=Your password has been updated. - -noAccessMessage=No access - -invalidPasswordMinLengthMessage=Invalid password: minimum length {0}. -invalidPasswordMinDigitsMessage=Invalid password: must contain at least {0} numerical digits. -invalidPasswordMinLowerCaseCharsMessage=Invalid password: must contain at least {0} lower case characters. -invalidPasswordMinUpperCaseCharsMessage=Invalid password: must contain at least {0} upper case characters. -invalidPasswordMinSpecialCharsMessage=Invalid password: must contain at least {0} special characters. -invalidPasswordNotUsernameMessage=Invalid password: must not be equal to the username. -invalidPasswordRegexPatternMessage=Invalid password: fails to match regex pattern(s). -invalidPasswordHistoryMessage=Invalid password: must not be equal to any of last {0} passwords. -invalidPasswordGenericMessage=Invalid password: new password doesn''t match password policies. - -failedToProcessResponseMessage=Failed to process response -httpsRequiredMessage=HTTPS required -realmNotEnabledMessage=Realm not enabled -invalidRequestMessage=Invalid Request -failedLogout=Logout failed -unknownLoginRequesterMessage=Unknown login requester -loginRequesterNotEnabledMessage=Login requester not enabled -bearerOnlyMessage=Bearer-only applications are not allowed to initiate browser login -standardFlowDisabledMessage=Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client. -implicitFlowDisabledMessage=Client is not allowed to initiate browser login with given response_type. Implicit flow is disabled for the client. -invalidRedirectUriMessage=Invalid redirect uri -unsupportedNameIdFormatMessage=Unsupported NameIDFormat -invalidRequesterMessage=Invalid requester -registrationNotAllowedMessage=Registration not allowed -resetCredentialNotAllowedMessage=Reset Credential not allowed - -permissionNotApprovedMessage=Permission not approved. -noRelayStateInResponseMessage=No relay state in response from identity provider. -insufficientPermissionMessage=Insufficient permissions to link identities. -couldNotProceedWithAuthenticationRequestMessage=Could not proceed with authentication request to identity provider. -couldNotObtainTokenMessage=Could not obtain token from identity provider. -unexpectedErrorRetrievingTokenMessage=Unexpected error when retrieving token from identity provider. -unexpectedErrorHandlingResponseMessage=Unexpected error when handling response from identity provider. -identityProviderAuthenticationFailedMessage=Authentication failed. Could not authenticate with identity provider. -identityProviderDifferentUserMessage=Authenticated as {0}, but expected to be authenticated as {1} -couldNotSendAuthenticationRequestMessage=Could not send authentication request to identity provider. -unexpectedErrorHandlingRequestMessage=Unexpected error when handling authentication request to identity provider. -invalidAccessCodeMessage=Invalid access code. -sessionNotActiveMessage=Session not active. -invalidCodeMessage=An error occurred, please login again through your application. -identityProviderUnexpectedErrorMessage=Unexpected error when authenticating with identity provider -identityProviderNotFoundMessage=Could not find an identity provider with the identifier. -identityProviderLinkSuccess=You successfully verified your email. Please go back to your original browser and continue there with the login. -staleCodeMessage=This page is no longer valid, please go back to your application and login again -realmSupportsNoCredentialsMessage=Realm does not support any credential type. -identityProviderNotUniqueMessage=Realm supports multiple identity providers. Could not determine which identity provider should be used to authenticate with. -emailVerifiedMessage=Your email address has been verified. -staleEmailVerificationLink=The link you clicked is a old stale link and is no longer valid. Maybe you have already verified your email? -identityProviderAlreadyLinkedMessage=Federated identity returned by {0} is already linked to another user. - -locale_ca=Catal\u00E0 -locale_de=Deutsch -locale_en=English -locale_es=Espa\u00F1ol -locale_fr=Fran\u00e7ais -locale_it=Italian -locale_ja=\u65E5\u672C\u8A9E -locale_no=Norsk -locale_pt_BR=Portugu\u00EAs (Brasil) -locale_pt-BR=Portugu\u00EAs (Brasil) -locale_ru=\u0420\u0443\u0441\u0441\u043A\u0438\u0439 -locale_lt=Lietuvi\u0173 - -backToApplication=« Back to Application -missingParameterMessage=Missing parameters\: {0} -clientNotFoundMessage=Client not found. -clientDisabledMessage=Client disabled. -invalidParameterMessage=Invalid parameter\: {0} -alreadyLoggedIn=You are already logged in. -differentUserAuthenticated=You are already authenticated as different user ''{0}'' in this session. Please logout first. -brokerLinkingSessionExpired=Requested broker account linking, but current session is no longer valid. - -p3pPolicy=CP="This is not a P3P policy!" diff --git a/base/login/register.ftl b/base/login/register.ftl deleted file mode 100644 index 855bd9d9d073a4c4f5bc12ef580b248e3835e894..0000000000000000000000000000000000000000 --- a/base/login/register.ftl +++ /dev/null @@ -1,90 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout; section> - <#if section = "title"> - ${msg("registerWithTitle",(realm.displayName!''))} - <#elseif section = "header"> - ${msg("registerWithTitleHtml",(realm.displayNameHtml!''))} - <#elseif section = "form"> - - #if> -@layout.registrationLayout> \ No newline at end of file diff --git a/base/login/template.ftl b/base/login/template.ftl deleted file mode 100644 index 0ff628da5fe0f3ffff59ffab93c203748b162a15..0000000000000000000000000000000000000000 --- a/base/login/template.ftl +++ /dev/null @@ -1,93 +0,0 @@ -<#macro registrationLayout bodyClass="" displayInfo=false displayMessage=true> - - - - - - - - - <#if properties.meta?has_content> - <#list properties.meta?split(' ') as meta> - - #list> - #if> -