/user/login hands every visitor straight to
your identity provider (IdP). That is usually exactly what you want — but it leaves no way in when the IdP is
unavailable, when its certificate has expired, or when an account exists in Curator but not in the IdP.
The Local Login Fallback setting adds a second, unlisted login page at /user/local_login that checks a user’s
Curator username and password instead. Everything else on the site keeps using your configured authentication type, and
/user/login continues to redirect to the IdP exactly as before.
The setting is off by default. While it is off, /user/local_login returns a “page not found” response, so the page
does not exist until you turn it on.
Enabling the Fallback
- Go to Settings > Security > Authentication.
- In the General section, toggle “ON” the Local Login Fallback switch.
- Save these settings.
Using the Fallback
The page is deliberately unlisted — nothing in the site’s navigation, footer or login page links to it. Share the URL with the people who need it:/user/local_login so a mistyped password does not send the user
back to the IdP.