Creates log in page login and manages recovery and registration feedback for the log in process.
By default this plugin creates virtual page but if you add page with slug 'login the plugin will begin to use that..
You can either return the post id of the post page to send them to or the smashing of the post page to send them to..
Install plugin either via WordPress. org plugin directory or by uploading the files to your server..
Activate the plugin via Plugins admin page....
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Because login forms can be used on any page and that is the object of this plugin we had to turn off the login url rewrite when the action url gets patched in version of WordPress.
This means urls will show up on the page for wp-login. php potentially users will still be using the login page as the default...
In 4.4 WP changed how the log in url is added to the action.
Turned off the rewrite on the login page for now...
Read more