=== LH Password Changer === Contributors: shawfactor Donate link: https://lhero.org/portfolio/lh-password-changer/ Tags: login, logon, password, passwords, front-end, frontend Requires at least: 3.0 Tested up to: 4.9 Stable tag: trunk LH Password Changer is a WordPress plugin that enables users to change their password on the front end. == Description == LH Password changer creates a post or page shortcode: [lh_password_changer_form]. This shortcode along with appropriate handlers allow logged in users to change their password on the front end == Installation == Install using WordPress: 1. Log in and go to *Plugins* and click on *Add New*. 2. Search for *LH Password Changer* and hit the *Install Now* link in the results. WordPress will install it. 3. From the Plugin Management page in WordPress, activate the *LH Password Changer* plugin. 4. Create a page with the [lh_password_changer_form] embedded in it. 5. Go to *Settings* -> *Password Changer* in the WordPress menu and specify the settings. == Changelog == **1.00 June 12, 2015** Initial release. **1.01 August 12, 2015** Menu Improvement **1.10 December 1, 2015** Change other users **1.20 December 2, 2015** overhaul **1.30 December 7, 2015** Add page on activate **1.40 March 16, 2016** Action url on fortm points to password reset page **1.41 April 12, 2016** Better multisite support **1.42 June 22, 2016** Better code **1.43 August 12, 2016** Prevent empty passwords **1.44 October 22, 2016** Pass error or success results via cookies to next request **1.45 October 26, 2016** Improved error handling **1.46 November 3, 2016** More organised code **1.47 December 16, 2016** Added action attribute **1.48 February 01, 2017** Removed whitespace crap **1.49 February 01, 2017** Javascript fix **1.50 March 30, 2017** Focus on field **1.51 April 01, 2017** Minor improvements **1.52 June 10, 2017** Autocomplete attributes **1.53 September 22, 2017** Translation ready **1.54 September 22, 2017** Require php 5.3 at least **1.55 December 03, 2017** static function is better