Rah_change_password is a Textpattern CMS plugin that adds extra options to the user editor. When logged in with a publisher account, you will see options to change the password when editing any user account.
Using Composer:
$ composer require rah/rah_change_passwordsOr download an installer.
- Fixed: Textpattern 4.6.0 compatibility.
- Added: Uses new Announcement API.
- Now requires Textpattern 4.6.0 or newer.
- Published as a Composer package.
- Added: Support links to the help file.
- Added: Finnish translation.
- Changed: Integrates with the native user editor located at the Users panel.
- Changed: Removed embedded language strings and moved them to textpacks.
- Changed: Now uses class methods, and requires PHP 5.
- Improved: Textpattern 4.5.0 compatibility, look and feel.
- Now requires Textpattern 4.5.0 or newer.
- Fixed: Missing language string.
- Changed: Menu label to title case.
- Added:
autocomplete="off"to the inputs too. - Changed: Shortened admin-side step names to simple
editandsave. - Removed: That header and documentation link in effort to make the pane look more native.
- Fixed: Changed “Yes” and “No” to language strings.
- Added: Now takes advantage of CSRF protection introduced in Textpattern v4.4.1.
- Dropped backwards compatibility layer used from v0.4 to 0.5.
- Now requires Textpattern version 4.4.1 or newer.
- Added: Disabled password autocompletion by adding
autocomplete="off"to the form. - Added: The interface now has language string support.
- Changed: Now only accepts requests sent as POST. GETs are ignored by the password changer.
- Added PHPass support while keeping compatibility with older TXP versions (v4.3.0 and older).
- Added option to reset user’s current session.
- Remembers the field values if returned to the form because of an error.
- Small wording and styling changes.
- Changed the Email the password to the user? dropdown (select field) to radio buttons.
- Changed the plugin type to the newer Admin only.
- Removed inline CSS.
- Removed unused HTML IDs.
- Now requires Textpattern version 4.0.7 or newer.
- Added check against if password, user or confirmation password is empty.
- Added option to not email the password.
- Now checks that the database update was successful before sending email.
- Now by default the user dropdown has no user selected. Reduces the change of accidentally resetting Joe instead of John.
- Updated the styling.
- Initial release.
