=== WP Login Flow === Contributors: tripflex Donate link: https://www.gittip.com/tripflex Tags: wp-login, wp-login.php, activation, activate, email, background, responsive, color, login, customize, permalink, rewrite, url, register, lost, forgot, password Requires at least: 3.8 Tested up to: 4.1.0 Stable tag: 1.0.0 License: GPLv3 Completely customize the flow (and look) of the core WordPress wp-login.php, including background, logo, custom permalinks (instead of wp-login.php), activate new accounts by email, default email from details, custom email templates, customize/responsify login/register/lost-password box, and more! == Description == Looking to customize the core WordPress wp-login.php pages? Maybe you want to use my `example.com/register` instead of `example.com/wp-login.php?action=register`? What about emailing users an activation link when they register which lets them set their password? You can do all of this and more, with WP Login Flow. We all know email is insecure, so why would you want to email your users their password in plain text? This is what WordPress does by default. WP Login Flow uses the core WordPress wp-login.php forgot password methods to send users a link to activate their account, and then set their password. You can completely customize the activation email, as well as completely rewrite *every* wp-login.php url (register, lost password, login, etc) using your own custom permalinks/rewrites. You can also completely customize the default WordPress wp-login.php page, including background, logo, url, links, colors, border radius, and more! WP Login Flow was intended to be completely bloat free, and integrate with the core of WordPress as much as possible. = Features = * Activation Link instead of Password in New User Emails * Custom permalinks for Login, Register, Lost Password, and Activate * Custom wp-login.php background, colors, images, etc. * New User, Activation, and Reset Password email templates * Customize outgoing email Name and Email ( instead of wordpress@yoursite.com ) * Remove password field on Jobify Theme registration form ( others integrated by request ) [Read more about WP Login Flow](https://github.com/tripflex/wp-login-flow). = Documentation = Documentation will be maintained on the [GitHub Wiki here](https://github.com/tripflex/wp-login-flow/wiki). = Contributing and reporting bugs = You can contribute code and localizations to this plugin via GitHub: [https://github.com/tripflex/wp-login-flow](https://github.com/tripflex/wp-login-flow) = Support = If you spot a bug, you can of course log it on [Github](https://github.com/tripflex/wp-login-flow) Or contact me at myles@smyl.es == Installation == = Automatic installation = Install through Wordpress, select activate. = Manual installation = The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application. * Download the plugin file to your computer and unzip it * Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory. * Activate the plugin from the Plugins menu within the WordPress admin. == Screenshots == 1. Screenshot 1 == Changelog == = 1.0.0 = * Initial Creation