rah_change_passwords
Published under current TXP projects
A tiny Textpattern plugin to manually reset and change passwords for you and for your mates from tidy admin panel. The main difference to TXP’s build in feature is that you, or your co-workers, do not need to receive an email contain the auto-generated password. Instead, you can change passwords to anything you want. Also adds an option to reset the current session.
Image: rah_change_passwords
List of features
- Change your and your fellow users’ passwords to anything you desire.
- Simple admin page under TXP / Extensions / Change Passwords.
Requirements
Minimum requirements:
- Textpattern 4.4.1+
Installation and usage
The general behavior stands: paste plugin code to the plugin installer textarea and run the automatic setup. Then just activate the plugin and you are ready to change passwords via admin page under Extensions-tab.
Changelog
Version 0.8
- Fixed: Missing language string.
- Changed: Menu label to title case.
Version 0.7
- 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.
Version 0.6
- 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. Users using older Textpattern version can still keep using older versions of rah_change_passwords.
- Now requires Textpattern version 4.4.1 or newer.
Version 0.5
- 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.
Version 0.4
- 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.
Version 0.3
- 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.
Version 0.2
- 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.
Version 0.1
- Initial release.