diff --git a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl index 3cc9398542..4183d14825 100644 --- a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl +++ b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl @@ -8,12 +8,12 @@ var baseUrl = '${baseUrl}'; var realm = '${realm}'; var resourceUrl = '${resourceUrl}'; - + <#if referrer??> var referrer = '${referrer}'; var referrer_uri = '${referrer_uri}'; #if> - + <#if msg??> var locale = '${locale}'; var l18n_msg = JSON.parse('${msg?no_esc}'); @@ -70,7 +70,7 @@ const script = document.createElement("script"); script.src = resourceUrl + url; if (loadListener) script.addEventListener("load", loadListener); - document.head.appendChild(script); + document.head.appendChild(script); }; loadjs("/node_modules/core-js/client/shim.min.js", function(){ loadjs("/node_modules/zone.js/dist/zone.min.js"); @@ -106,8 +106,8 @@
- - + + - + - +Through the account management console users can manage their own accounts. They can update the profile, change passwords, and setup two-factor authentication.
+Control your password and account access
+Track and manage your app permission to access your account
+