Customizing User Templates
Customizing the interface Password Manager sends out for your users to view, which you would like to match your sites design is quite easy.
All templates and emails are located in the following folders:
/pm/interface/ - (user template files)
When customizing the templates in the /interface/ folder (all have names relating to what they do) watch our for specific tags. These are tags such as:
<!-- template insert : $var_name$ -->
Or...
<!-- templatecell: cell_name -->
>!-- /templatecell: cell_name -->
Do not modify references to $variable_names$ inside the templatecell tags unless you know what they are used for.
|