This might be of interest: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
On Tuesday, April 11, 2017 at 8:43:55 PM UTC-4, lucas wrote: > > hello one and all, > > I'm not sure of the mechanism here. using SQLFORM on auth_user table and > I tried to form.element().update(_name=None, _id=None, _data="field_name") > so that the browser won't auto fill the values with the user's email and > password. but it doesn't seem to work. it is still somehow auto filling. > > I was going to rewrite the onclick of the submit button to get jQuery to > search and replace those data inputs with the name variables to the values > still get to the server ok. > > suggestions please? thanx in advance. lucas > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

