Merge pull request #52 from stianst/master
Fix account.flt to account.ftl
This commit is contained in:
commit
16b0c5d4a4
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
|
=== 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.
|
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:
|
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>
|
</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