Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Force Password

Descripción

This plugin is ideal for security reasons, provides password update reminders.

In the plugin settings, you can set Password Reset Days, and Select User roles will be required to reset their password regularly.

If the user password has expired this plugin redirects the login user to the admin screen profile.php page and the front end login lost password page wp-login.php to force change their password.

And also notice is displayed informing they must require to change their password to continue using this website.

Features of the WP Force Password plugin:
* Add password reset days
* Select user roles to allow the change expiry password
* Enable/Disable reset password feature for any user
* Force users to update expiry password
* Reminder email notification for password expired

For any Feedback and Queries please Email us at
vivek.jha@galaxyweblinks.in

How can I disable notifications based on the WordPress environment

This plugin use wp_get_environment_type() to retrieve the current environment type.

the WP_ENVIRONMENT_TYPE in the wp-config.php file to disable the notification for all the environments except the production.

The type can be set via the WP_ENVIRONMENT_TYPE in wp-config.php file.

Possible values are ‘local’, ‘development’, ‘staging’, and ‘production’. If not set, the type defaults to ‘production’.
Refrence url : https://developer.wordpress.org/reference/functions/wp_get_environment_type/

Capturas

  • Plugin setting options to allow the users role for force password reset feature
  • Enable or Disable reset password feature for any user
  • Profile page change expiry password notification
  • Front end log in lost your password page change expiry password notification

Instalación

Installation Steps

  1. Upload the folder to /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the admin WP Force Password Menu to enable plugin options

Preguntas frecuentes

How to use the WP Force Password plugin?

In the plugin settings, you can set Password Reset Days, and Select User roles will be required to reset their password regularly.
ex: wp-admin > WP Force Password

How we can enable or disable the force password reset feature for any user?

Admin can edit any user profile or any user have an option on the profile page to enable or disable the force password reset feature.
In the plugin settings, the only selected user roles can use enable or disable the force password reset feature.
ex: wp-admin > profile.php > Enable Force Password

How to update the expiry password?

If the user’s password has been expired then after login it will automatically redirect to the admin screen profile page to see change expiry password notification then update the expiry password.
ex: wp-admin > profile.php > New Password
and in the site, front end login lost password page to see change expiry password notification then update the expiry password.
ex: wp-login.php?action=lostpassword

How to change the expiry password notification message?

Admin can set the expiry password notification message, via the plugin setting page added password change notification message otherwise it will show the default message.
ex: wp-admin > WP Force Password > Expiry Password Change Notification Message

How can I disable notifications based on the WordPress environment

This plugin use wp_get_environment_type() to retrieve the current environment type.

The WP_ENVIRONMENT_TYPE in the wp-config.php file to disable the notification for all the environments except the production.

The type can be set via the WP_ENVIRONMENT_TYPE in wp-config.php file.

Possible values are ‘local’, ‘development’, ‘staging’, and ‘production’. If not set, the type defaults to ‘production’.
Refrence url : https://developer.wordpress.org/reference/functions/wp_get_environment_type/

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "WP Force Password" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.2

Added wp_get_environment_type() support to retrieves the current environment type and disable the notification for all the environment except the production.

1.1

Stable Release

1.0

First Stable Release