You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We saw an issue today where someones username was saved as a new article title.
The issue turned out to be caused by the user's autocomplete, which overwrote the value of the title field with the user's username.
This was first discovered after hitting save, and then corrected.
We should investigate whether we can do something to ensure browsers don't overwrite the value of this field.
Maybe we can disable autocomplete for the field altogether.
The text was updated successfully, but these errors were encountered:
We saw an issue today where someones username was saved as a new article title.
The issue turned out to be caused by the user's autocomplete, which overwrote the value of the title field with the user's username.
This was first discovered after hitting save, and then corrected.
We should investigate whether we can do something to ensure browsers don't overwrite the value of this field.
Maybe we can disable autocomplete for the field altogether.
The text was updated successfully, but these errors were encountered: