humanmade / humanmade/wp-simple-saml
SSO disabled status does not remove SSO login link from /wp-login.php
Open
- Dominant language
- PHP
- Stars
- 125
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
After disabling the SSO status in /wp-admin/options-general.php or /wp-admin/network/settings.php, while the plugin remains active, the SSO login link is still displayed above the default login form on /wp-login.php.
Based on the setting name, the expected behavior is that disabling SSO should hide the SSO login link.
**Expected behavior**
The SSO login link should not be displayed when SSO is disabled.
**Actual behavior**
The SSO login link continues to be displayed even when SSO is disabled.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.