Merge pull request #52 from stianst/master

Fix account.flt to account.ftl
This commit is contained in:
Stian Thorgersen 2017-03-17 09:24:54 +01:00 committed by GitHub
commit 16b0c5d4a4

View file

@ -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.