Locked out of WordPress Site Admin after enabling Force SSL on WordPress Https (SSL)

First, rename the folder wp-content/plugins/wordpress-https to wp-content/plugins/wordpress-https-OFF so that WordPress can’t find it to run it.

Second, add the following lines to your wp-config.php file, replacing the domain name with your domain name:

define( 'WP_SITEURL', 'http://example.com/' );
define( 'WP_HOME', 'http://example.com/' );