Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added autocomplete=off for username and email fields in the author page #1843

Merged
merged 1 commit into from
Oct 19, 2013

Conversation

nitriques
Copy link
Member

As discussed in #1841

brendo added a commit that referenced this pull request Oct 19, 2013
Added autocomplete=off for username and email fields in the author page
@brendo brendo merged commit 148f0e9 into symphonycms:integration Oct 19, 2013
@nitriques nitriques deleted the autocomplete branch May 31, 2016 17:14
nitriques added a commit that referenced this pull request Jun 7, 2016
Not visible element should be made readonly, since the user can't edit
them anyways.

This fixes a problem where Chrome would auto-fill hidden input and the
value would be saved without the user ever seeing it.

We already tried to fix the problem usign a standard solution
(auto-complete="off", #1843 and #1841) but it does not work. We also tried a non-standard
solution (#2258) which was rejected.

This change only uses standard solution, even thought it relies on
javascript to make things works (it should not be a problem since the
backend now heavily relies on javascript)
jensscherbl pushed a commit that referenced this pull request May 28, 2017
Not visible element should be made readonly, since the user can't edit
them anyways.

This fixes a problem where Chrome would auto-fill hidden input and the
value would be saved without the user ever seeing it.

We already tried to fix the problem usign a standard solution
(auto-complete="off", #1843 and #1841) but it does not work. We also tried a non-standard
solution (#2258) which was rejected.

This change only uses standard solution, even thought it relies on
javascript to make things works (it should not be a problem since the
backend now heavily relies on javascript)
nitriques added a commit that referenced this pull request Jun 16, 2017
Not visible element should be made readonly, since the user can't edit
them anyways.

This fixes a problem where Chrome would auto-fill hidden input and the
value would be saved without the user ever seeing it.

We already tried to fix the problem usign a standard solution
(auto-complete="off", #1843 and #1841) but it does not work. We also tried a non-standard
solution (#2258) which was rejected.

This change only uses standard solution, even thought it relies on
javascript to make things works (it should not be a problem since the
backend now heavily relies on javascript)

Picked from 301d2b7
nitriques added a commit that referenced this pull request Jun 16, 2017
Not visible element should be made readonly, since the user can't edit
them anyways.

This fixes a problem where Chrome would auto-fill hidden input and the
value would be saved without the user ever seeing it.

We already tried to fix the problem usign a standard solution
(auto-complete="off", #1843 and #1841) but it does not work. We also tried a non-standard
solution (#2258) which was rejected.

This change only uses standard solution, even thought it relies on
javascript to make things works (it should not be a problem since the
backend now heavily relies on javascript)

Picked from 301d2b7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants