Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SSL if defined by constants #54

Open
felipelavinz opened this issue Jul 29, 2014 · 0 comments
Open

Use SSL if defined by constants #54

felipelavinz opened this issue Jul 29, 2014 · 0 comments
Assignees
Milestone

Comments

@felipelavinz
Copy link

In WordPress, you can define two constants for using SSL on the admin:

// use SSL for the login form
define('FORCE_SSL_LOGIN', true);
// use SSL in all of wp-admin
define('FORCE_SSL_ADMIN', true);

even though it's possible to manually enter https://mysite.com/gust/ and use the Gust admin over SSL, it would be cool if the plugin would automatically test for this constants and act accordingly

great plugin!

@ideag ideag added this to the v0.5.0 milestone Jul 29, 2014
@ideag ideag self-assigned this Jul 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants