=== Themed login === Contributors: karevn Tags: login, form, user, template, custom Requires at least: 3.0 Tested up to: 3.1.2 Stable tag: 1.0 Makes WordPress login, registration and password retrieval pages totally themeable using WP theme mechanism. == Description == Themed login makes it possible to change the look of default Wordpress login system using templates located at theme folder: - Login - login.php - Lost password form - retrievepassword.php - Registration - register.php - Registration confirmation - registered.php If your theme does not contain one of the files described above - that is not a big deal, WordPress's defaults will be used. = Plugin's Official Site = JetDog.biz ([http://jetdog.biz/projects/wp-custom-login](http://jetdog.biz/projects/wp-custom-login/)) == Installation == 1. Upload the entire `custom-login` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Add login.php, retrievepassword.php, register.php, registered.php templates to your theme folder. == Frequently Asked Questions == [Support](http://jetdog.biz/projects/wp-custom-login) == Screenshots == == Changelog == = 1.0 = * Initial Release