Issue: Password field with autocomplete enabled

Description:

If the autocomplete function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

Remediation:

In ZIETrans applications, this can be handled by setting the attribute autocomplete= "off" within the transformed FORM elements.

Add Input attribute is available in ZIETrans Input Widget and can be set through global rules to apply throughout the application or set to an individual screen using screen customization.

To add this attribute in ZIETrans, follow below step :

1. Open Project settings > Select Rendering tab > Select Global Rules option

2. Click on the add button to add a new rule

3. Enter the rule name and select the Find all input fields radio button

4. Click Next> Select screen > click Next

5. Select the widget settings button and uncheck user Project defaults

6. Select Add Input attribute and Enter autocomplete='off' in the text box

7. Click Finish to add the rule

8. Save the changes