password caching in client-side (autocomplete on)

Hi,

I have a related problem to a field type “Password” must avoid “password caching in client-side” (autocomplete on)
how do I add the policy autocomplete = off forms ordering passwords.

thank you

Hi Savio,

I assume you have a field control definition like
<field password=“true” ,>

The FIELD control also has a formautocomplete property. Setting it to “false” should do the trick:
<field password=“true” formautocomplete=“false” …>

Best Regards,
Christine

Hi Christine,

I’m using the 8.3.3 version that does not have this feature, so would have to upgrade to the 8.3.7 version.

Best Regards,
Sávio

Hi Savio,

Yes.

It is a good idea to upgrade to 8.3.7 anyway. Because: 8.3.3 is still using the “old quirks mode” of the browsers. It does for instance not support IE11, Browser Edge or the newer Firefox versions properly.

8.3.7 is based on HTML5/CSS3. There are many big advantage: The rendering in the different browsers is much more equal, you can use CSS3 style settings, you can use the new NJX mobile control set,…

Best Regards,
Christine