piotrpress / disable-password-login
This plugin disables password login for all users, allowing only authentication via other methods (e.g. SSO).
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:wordpress-plugin
pkg:composer/piotrpress/disable-password-login
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2026-02-16 18:29:02 UTC
README
This plugin disables password login for all users, allowing only authentication via other methods (e.g. SSO).
The Disable Password Login plugin enhances the security of your WordPress site by disabling password-based authentication for all users. This means that users will not be able to log in using their passwords, and will instead need to use alternative authentication methods such as Single Sign-On (SSO) or other supported plugins.
NOTE: Use DISABLE_PASSWORD_LOGIN constant to enable or disable the plugin functionality. Set it to true to disable password login, or false to allow it (by default, it is set to true).
Requirements
PHP >= 7.4 version.