{"id":192847,"date":"2024-05-25T08:26:08","date_gmt":"2024-05-25T08:26:08","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/enforce-strong-user-passwords\/"},"modified":"2025-04-27T16:55:58","modified_gmt":"2025-04-27T16:55:58","slug":"safety-passwords","status":"publish","type":"plugin","link":"https:\/\/gu.wordpress.org\/plugins\/safety-passwords\/","author":8509166,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.2","stable_tag":"1.4.2","tested":"6.8.5","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"Safety Passwords","header_author":"iTRON","header_description":"Forces all users to have a strong password.","assets_banners_color":"","last_updated":"2025-04-27 16:55:58","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.me\/igortron","header_plugin_uri":"","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":0,"downloads":2235,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0":{"tag":"1.0","author":"hokku","date":"2024-06-11 07:24:12"},"1.1":{"tag":"1.1","author":"hokku","date":"2024-07-17 12:27:01"},"1.2":{"tag":"1.2","author":"hokku","date":"2025-01-15 11:58:37"},"1.3":{"tag":"1.3","author":"hokku","date":"2025-01-21 12:17:30"},"1.4":{"tag":"1.4","author":"hokku","date":"2025-03-10 15:41:23"},"1.4.1":{"tag":"1.4.1","author":"hokku","date":"2025-03-14 03:53:45"},"1.4.2":{"tag":"1.4.2","author":"hokku","date":"2025-04-27 16:55:58"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3282862,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3282862,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3282862,"resolution":false,"location":"assets","locale":"","contents":"{\"landingPage\":\"\\\/wp-admin\\\/plugins.php\",\"preferredVersions\":{\"php\":\"8.0\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"kitchen-sink\"],\"features\":{\"networking\":true},\"steps\":[{\"step\":\"installPlugin\",\"pluginZipFile\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"safety-passwords\"},\"options\":{\"activate\":true}},{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"}]}"}},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4","1.4.1","1.4.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3282862,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3282862,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3282862,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3282862,"resolution":"4","location":"assets","locale":""},"screenshot-5.png":{"filename":"screenshot-5.png","revision":3282862,"resolution":"5","location":"assets","locale":""},"screenshot-6.png":{"filename":"screenshot-6.png","revision":3282862,"resolution":"6","location":"assets","locale":""}},"screenshots":{"1":"Settings page","2":"Setting are overridden by PHP constants","3":"Password change notification","4":"Password change urgency notification","5":"Seamless password change form","6":"Weak password is not allowed"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[228086,228087,228088,228085,228084],"plugin_category":[],"plugin_contributors":[131199],"plugin_business_model":[],"class_list":["post-192847","plugin","type-plugin","status-publish","hentry","plugin_tags-enforce-secure-passwords","plugin_tags-force-secure-passwords","plugin_tags-secure-password-validation","plugin_tags-secure-passwords","plugin_tags-user-passwords","plugin_contributors-hokku","plugin_committers-hokku"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/safety-passwords\/assets\/icon-128x128.png?rev=3282862","icon_2x":"https:\/\/ps.w.org\/safety-passwords\/assets\/icon-256x256.png?rev=3282862","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/safety-passwords\/assets\/screenshot-1.png?rev=3282862","caption":"Settings page"},{"src":"https:\/\/ps.w.org\/safety-passwords\/assets\/screenshot-2.png?rev=3282862","caption":"Setting are overridden by PHP constants"},{"src":"https:\/\/ps.w.org\/safety-passwords\/assets\/screenshot-3.png?rev=3282862","caption":"Password change notification"},{"src":"https:\/\/ps.w.org\/safety-passwords\/assets\/screenshot-4.png?rev=3282862","caption":"Password change urgency notification"},{"src":"https:\/\/ps.w.org\/safety-passwords\/assets\/screenshot-5.png?rev=3282862","caption":"Seamless password change form"},{"src":"https:\/\/ps.w.org\/safety-passwords\/assets\/screenshot-6.png?rev=3282862","caption":"Weak password is not allowed"}],"raw_content":"<!--section=description-->\n<p>This plugin enforces users to use strong passwords. It means that when a user changes his password, the password must contain at least:<\/p>\n\n<ul>\n<li>one uppercase letter;<\/li>\n<li>one lowercase letter;<\/li>\n<li>one number;<\/li>\n<li><p>one special character<\/p>\n\n<p>and should be never used before.<\/p><\/li>\n<\/ul>\n\n<p>The minimum length of the password is defined by the plugin's settings.<\/p>\n\n<p>You can also define the period of time after which the user will be forced to change his password.<\/p>\n\n<p>The important feature of the plugin is settings defining by means of PHP constants.<\/p>\n\n<ul>\n<li><code>SAFETY_PASSWORDS_MIN_LENGTH<\/code> - (int\/string, number of symbols) the minimum length of the password;<\/li>\n<li><code>SAFETY_PASSWORDS_RESET_INTERVAL<\/code> - (int\/string, days) the period of time after which the user will be forced to change his password;<\/li>\n<li><code>SAFETY_PASSWORDS_RP_ON_REGISTRATION<\/code> - (bool) whether enforce users to change their password after registration or not.<\/li>\n<\/ul>\n\n<p>Integrations with other plugins:<\/p>\n\n<ul>\n<li>The plugin has integration with the Stream plugin.<\/li>\n<\/ul>\n\n<p>Plugin development is on the <a href=\"https:\/\/github.com\/hokoo\/safety-passwords\">GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the \\'Plugins\\' menu in WordPress<\/li>\n<li>Go to Safety Passwords settings page and configure the plugin.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.4.2<\/h4>\n\n<ul>\n<li>Dependencies updated.<\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Put currently used passwords to the stop list on activation.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Previously used password are not allowed to use again.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Fatal error on cron event fixed in php 8. https:\/\/github.com\/hokoo\/safety-passwords\/issues\/6<\/li>\n<li>Text of a log message fixed.<\/li>\n<li>php.ini added for local dev.<\/li>\n<li>error log watcher git fixed for local dev.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Stream plugin integration fixed. https:\/\/github.com\/hokoo\/safety-passwords\/issues\/11<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Failing to set 0 as the password reset interval and 1 as the minimum password length fixed.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Enforce users to use strong passwords.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/192847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=192847"}],"author":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/hokku"}],"wp:attachment":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=192847"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=192847"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=192847"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=192847"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=192847"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=192847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}