Remove input password field from page code

Posted in: Newspaper
Post count: 36

Hello,
in search console i have receive an alert that after the new Chrome update some page of my website will be marked link “not safe” baceause in my pages there are some input password field without having “https”.

But… I have no password field on my pages!!

So, the problem is that any password field is visible in my pages BUT in html code yes, the password field are present!

If you look for example at one of my article: http://www.tuttosullegalline.it/pollaio-per-galline/pollina-concime-bio/ and you see at the html source code, you can find this raw:
<input class="td-login-input" type="password" name="login_pass" id="login_pass" value="" required><label>your password</label>

So, the question is:
which theme file i must change to remove that line of code?

Thank you very much,
kind regards,
Francesco

Post count: 23312

Hello delizard,

Do you update the theme to 7.6.1 version? If you have not do it you should do it now because in the latest version of the theme, was introduced the option to disable logging section. Please notice that since now, if you will have a log-in on your website and if you do not have the https you will see the no-secure message. You should have the https. For more references about this regard, you should read the following information posted by Google, like this -> http://www.pcworld.com/article/3118164/security/google-chrome-to-start-marking-http-connections-as-insecure.html

Thanks for your understanding!

Post count: 36

Hello Catalin,
i have update Newspaper theme to 7.6.1 version but i keep seeing the input field code inside the page.
(For example you can see the source code of this page: http://www.tuttosullegalline.it/news-curiosita-galline/egg-balancing-uova-in-verticale/)

I think i can decide to disable logging section in “theme panel” but it still remains inside the code (it’s not visible ma it still there)…

how to solve?

Thank you, kind regards

Post count: 22421

hello,

The code for the password is not there anymore. What you are seeing is a js variable that contains the name password. The code google searches for is a special input of password not every reference to the word password. This is the code that google looks for: https://www.screencast.com/t/VQihj1lTIxms
That code is the one google looks for and it is no longer present on your site if you disable the login from the theme panel.
The unsecure message however will still be there if you use a login as google forces everybody to use https if they require a login on their site.

Thank you!

Post count: 36

Hi Bogdan,
yes, you are all right, the code is no present… maybe I had seen a cache page.

Thank you very much for your help!
Your Newspaper Theme is however fantastic 🙂

bye!

Post count: 22421

Thank you for your appreciation.
Best of luck on your project!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.