Feature #478
Force WordPress Logins and Admin Interface to Use SSL
Description
Making WordPress use SSL for logins and access to the admin interface is a simple task. Simply open up the wp-config.php
and add the following line to the config:
define('FORCE_SSL_ADMIN', true);
That's it!