Is it possible to add a page to our site with a options for either a generic team password used by everyone on the team or passwords each person creates?
Can someone please point us to resources we can read or tutorials we can watch?
Thank you
Phil
In WordPress Settings, have set the URL to HTTPS – we’re using an SSL for the site.
There’s also an htaccess directive which will redirect all http URLs to their corresponding https URLs. It is as follows:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
You’ll see in the image there’s no stars displaying either: https://postimg.org/image/l0471l8w7/
If I remove the above code, and refresh the page, the review submission form displays properly, but if the code is there, it won’t display properly.
Also, in FireFox, if the above is in htaccess, I can optin in to display the “insecure” page which then displays the review form properly. What’s making the page insecure?
https://www.ads-software.com/plugins/wp-customer-reviews/
]]>The registrant signs up and then receives a confirmation email.
When they click on the hyperlink in the email, they are directed back to the /confirmation page.
My concern is that in this mode, the page EDIT button is exposed.
This means that my site is vulnerable.
How to I lock down this page?
]]>It’s a great simple solution for what I need, but If I can keep the data secure, I’ll have to find an alternative way. What options do I have?
Thanks,
Mike
https://www.ads-software.com/plugins/wp-catalogue/
]]>I installed wordpress https, as you required, and I don’t have an error message anymore, but the page is not secure anyway.
So, I don’t know what to do.
See for yourself https://www.laureblanchard.fr/panier/commande
I hope I will make me understand, english is not my native tongue
Thanks a lot
Laure
https://www.ads-software.com/plugins/wordpress-https/
]]>https://docs.woothemes.com/
. When a secure page is loaded, using https
, the form is considered an insecure resource and the browser display a warning saying “this page is secure, but it submits data to an insecure location“.
Impact
Minor to medium. Any user who will see the admin bar will also see the warning. That may be a problem at checkout, as the page looks insecure.
Unfortunately, it’s not possible to just replace http
with https
in the link above, because https://docs.woothemes.com/
does not exist.
Possible solutions
– Remove the form altogether. I did that, as I don’t use it.
– Remove the form on https pages.
– Make the form optional, so that site admins can choose if it should be displayed or not.
https://www.ads-software.com/plugins/woocommerce-admin-bar-addition/
]]>Thanks in advance.
]]>We would need access to add and remove users as needed, create separate logins for each employee, and once any employee logs in–be redirected to one secure page that only they would see that would have forms, handbooks, etc. for them to use. Wouldn’t want google to index that!
Could someone help steer me in the right direction?
]]>would appreciate any pointers or ideas.
Thanks in advance!
—
1. Disclaimer page with a country dropdown.
If the correct country is selected, it leads to another disclaimer page. If the wrong country is selected it leads elsewhere(?)/closes the window
2. Second Disclaimer page with ACCEPT / DON’T ACCEPT
If user clicks ACCEPT this leads to a page with resources. If user clicks DON’T ACCEPT this leads elsewhere(?)/closes the window.
3. Resources page
This page shouldn’t be able to be linked to directly. The user will need to have clicked ACCEPT and selected the correct country on the two previous disclaimer pages.
]]>