Fix account.flt to account.ftl
This commit is contained in:
parent
483e821a1f
commit
a1e6f92183
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ To see the changes make sure your realm is using your custom theme for the login
|
|||
|
||||
=== Account Management Console
|
||||
|
||||
To be able to manage custom attributes in the user profile page in the account management console copy the template `themes/base/account/account.flt` to the
|
||||
To be able to manage custom attributes in the user profile page in the account management console copy the template `themes/base/account/account.ftl` to the
|
||||
account type of your custom theme. Then open the copy in an editor.
|
||||
|
||||
As an example to add a mobile number to the account page add the following snippet to the form:
|
||||
|
@ -45,4 +45,4 @@ As an example to add a mobile number to the account page add the following snipp
|
|||
</div>
|
||||
----
|
||||
|
||||
To see the changes make sure your realm is using your custom theme for the account theme and open the user profile page in the account management console.
|
||||
To see the changes make sure your realm is using your custom theme for the account theme and open the user profile page in the account management console.
|
||||
|
|
Loading…
Reference in a new issue