Usually I try to tell people not to input any data on websites that are not secured with HTTPS.
Given that most people are secured by Wifi access control. How bad is it really?
What are possible attack scenarios?
How easy is it too intercept HTTP data?
For example a simple attack would be to abuse a common Wifi like in a coffee shop. However, if the data you are protecting is only a privacy issue that still requires a targeted attack and might be too contrived.
Edit: I removed the mention of SSLSTRIP. Stripped connections will look like normal HTTP connections to the user. So if the users actually check that they have an HTTPS connection it will not work.
Also, consider the common practice of ID/password reuse - getting someone's credentials for one site might mean getting their credentials for ALL sites.
– gbroiles Nov 29 '16 at 00:33