{"id":21840236,"url":"https://github.com/gocom/rah_change_passwords","last_synced_at":"2025-10-14T06:09:57.113Z","repository":{"id":2339135,"uuid":"3301242","full_name":"gocom/rah_change_passwords","owner":"gocom","description":"Password changer for Textpattern CMS","archived":false,"fork":false,"pushed_at":"2025-07-16T06:36:01.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-17T00:35:17.674Z","etag":null,"topics":["php","textpattern","textpattern-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gocom.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":"CONTRIBUTING.textile","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://www.paypal.me/jukkasvahn"]}},"created_at":"2012-01-30T00:57:42.000Z","updated_at":"2025-07-16T06:36:04.000Z","dependencies_parsed_at":"2022-08-26T12:22:33.286Z","dependency_job_id":null,"html_url":"https://github.com/gocom/rah_change_passwords","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/gocom/rah_change_passwords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_change_passwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_change_passwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_change_passwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_change_passwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/rah_change_passwords/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_change_passwords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018121,"owners_count":26086280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","textpattern","textpattern-plugin"],"created_at":"2024-11-27T21:25:20.798Z","updated_at":"2025-10-14T06:09:57.078Z","avatar_url":"https://github.com/gocom.png","language":"PHP","funding_links":["https://www.paypal.me/jukkasvahn"],"categories":[],"sub_categories":[],"readme":"h1. rah_change_passwords\n\n\"Download\":https://github.com/gocom/rah_change_passwords/releases | \"Packagist\":https://packagist.org/packages/rah/rah_change_passwords | \"Issues\":https://github.com/gocom/rah_change_passwords/issues\n\nRah_change_password is a \"Textpattern CMS\":https://textpattern.com plugin that adds extra options to the \"user editor\":https://docs.textpattern.com/administration/users-panel. When logged in with a \"publisher\":https://docs.textpattern.com/administration/user-roles-and-privileges account, you will see options to change the password when editing any user account.\n\n\"!https://raw.githubusercontent.com/gocom/rah_change_passwords/screenshots/images/editor.png!\":https://raw.githubusercontent.com/gocom/rah_change_passwords/screenshots/images/editor.png\n\nh2. Install\n\nUsing \"Composer\":https://getcomposer.org:\n\nbc. $ composer require rah/rah_change_passwords\n\nOr \"download\":https://github.com/gocom/rah_change_passwords/releases an installer.\n\nh2. Changelog\n\nh3. Version 1.1.0 - 2019/04/01\n\n* Fixed: Textpattern 4.6.0 compatibility.\n* Added: Uses new Announcement API.\n* Now requires Textpattern 4.6.0 or newer.\n* Published as a Composer package.\n\nh3. Version 1.0.1 - 2012/09/19\n\n* Added: Support links to the help file.\n\nh3. Version 1.0 - 2012/09/19\n\n* Added: Finnish translation.\n* Changed: Integrates with the native user editor located at the Users panel.\n* Changed: Removed embedded language strings and moved them to textpacks.\n* Changed: Now uses class methods, and requires PHP 5.\n* Improved: Textpattern 4.5.0 compatibility, look and feel.\n* Now requires Textpattern 4.5.0 or newer.\n\nh3. Version 0.8 - 2011/11/22\n\n* Fixed: Missing language string.\n* Changed: Menu label to title case.\n\nh3. Version 0.7 - 2011/11/19\n\n* Added: @autocomplete=\"off\"@ to the inputs too.\n* Changed: Shortened admin-side step names to simple @edit@ and @save@.\n* Removed: That header and documentation link in effort to make the pane look more native.\n\nh3. Version 0.6 - 2011/06/18\n\n* Fixed: Changed \"Yes\" and \"No\" to language strings.\n* Added: Now takes advantage of CSRF protection introduced in Textpattern v4.4.1.\n* Dropped backwards compatibility layer used from v0.4 to 0.5.\n* Now requires Textpattern version 4.4.1 or newer.\n\nh3. Version 0.5 - 2011/06/01\n\n* Added: Disabled password autocompletion by adding @autocomplete=\"off\"@ to the form.\n* Added: The interface now has language string support.\n* Changed: Now only accepts requests sent as POST. GETs are ignored by the password changer.\n\nh3. Version 0.4 - 2011/03/23\n\n* Added PHPass support while keeping compatibility with older TXP versions (v4.3.0 and older).\n* Added option to reset user's current session.\n* Remembers the field values if returned to the form because of an error.\n* Small wording and styling changes.\n\nh3. Version 0.3 - 2010/10/25\n\n* Changed the _Email the password to the user?_ dropdown (select field) to radio buttons.\n* Changed the plugin type to the newer _Admin only_.\n* Removed inline CSS.\n* Removed unused HTML IDs.\n* Now requires Textpattern version 4.0.7 or newer.\n\nh3. Version 0.2 - 2010/06/01\n\n* Added check against if password, user or confirmation password is empty.\n* Added option to not email the password.\n* Now checks that the database update was successful before sending email.\n* Now by default the user dropdown has no user selected. Reduces the change of accidentally resetting Joe instead of John.\n* Updated the styling.\n\nh3. Version 0.1 - 2008/10/24\n\n* Initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_change_passwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Frah_change_passwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_change_passwords/lists"}