Safety Passwords

Safety Passwords

iTRON

This plugin enforces users to use strong passwords. It means that when a user changes his password, the password must contain at least:

  • one uppercase letter;
  • one lowercase letter;
  • one number;
  • one special character.

The minimum length of the password is defined by the plugin’s settings.

You can also define the period of time after which the user will be forced to change his password.

The important feature of the plugin is settings defining by means of PHP constants.

  • SAFETY_PASSWORDS_MIN_LENGTH – (int/string, number of symbols) the minimum length of the password;
  • SAFETY_PASSWORDS_RESET_INTERVAL – (int/string, days) the period of time after which the user will be forced to change his password;
  • SAFETY_PASSWORDS_RP_ON_REGISTRATION – (bool) whether enforce users to change their password after registration or not.

Integrations with other plugins:

  • The plugin has integration with the Stream plugin.

Plugin development is on the GitHub.

Useful tool

By kaggdesign on May 25, 2024

The plugin provides a lightweight solution for enforcing WordPress password policy and can be easily used on any site.

1.1

  • Failing to set 0 as the password reset interval and 1 as the minimum password length fixed.

1.0

  • Initial release
  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. Go to Safety Passwords settings page and configure the plugin.

Reviews

5 out of 5 stars

  • Version: 1.1
  • Last updated: 2 months ago
  • Active installations: 0
  • WordPress version: 5.0
  • Tested up to: 6.5.5
  • PHP version: 7.4