Tagged Questions
0
votes
2answers
101 views
Wordpress administration Over SSL - To Force SSL Logins and SSL Admin Access
I have a plan to enable SSL to admin login of my wordpress site,
Is it a best practice?
What will be the behavior of plugins?
What are the pros and cons of my decision?
1
vote
0answers
45 views
Forcing SSL login, have to log in again from WP/BP-Admin Bar
I am forcing SSL login on a multisite install running BuddyPress, and after doing so I have to log in a second time when trying to access anywhere in the dashboard via the admin bar.
1
vote
2answers
273 views
How can I force users to a particular subdomain to log in for MU (Multisite)?
I have a Multi-Site installation of Wordpress, with multiple subdomains, but only one of the subdomains has an SSL certificate.
The domains are such:
www.example.com
blog1.example.com
...
1
vote
1answer
577 views
Using shared SSL for login/admin
I want to use SSL for login/admin. However, since I'm using a shared server, my web host only provides a shared SSL. That means instead of https://www.regular-domain.com I have to go to ...
4
votes
5answers
1k views
How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
I'm working on a site that requires an https secured admin area and a secure front-end area as well where private information will be shown. My preference for user login is an Ajax-enabled widget that ...