Disable Password Login
This plugin disables password login for all users, allowing only authentication via other methods (e.g. SSO).
by Piotr Niewiadomski · github.com/piotrpress/wordpress-disable-password-login · website
★ 1stars
30composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/piotrpress/wordpress-disable-password-login/archive/refs/heads/master.zipAlso on Packagist as piotrpress/disable-password-login:
composer require piotrpress/disable-password-loginDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
WordPress Disable Password Login
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 DISABLEPASSWORDLOGIN 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.
License
GPL v3 or later