Policy Server Guides › Policy Server Configuration Guide › Password Policies › CGI-based Password Services HTML Form Customization › Modify CGI-based Password Services HTML Templates
Modify CGI-based Password Services HTML Templates
You can customize the layout and formatting of Password Services HTML templates just as you would customize any other HTML document.
However, when you customize a Password Services template be careful not to alter:
- JavaScript functions at the beginning of the template file.
- <form> HTML tags. Password Services CGI uses the <form> output to pass information to the appropriate scripts for processing.
- Text that uses the $text$ notation. The Password Services CGI uses the information held in variables denoted by $ symbols.
Changes to any of these elements may cause Password Services to malfunction.