Hello,
I am running XWiki 16.10.14 and my instance is successfully connected to my Active Directory.
LDAP authentication is configured directly in xwiki.cfg, using properties such as:
-
xwiki.authentication.ldap.server -
xwiki.authentication.ldap.bind_DN -
etc.
I am not using the LDAP authentication plugin.
Password recovery has already been disabled at configuration level using:
xwiki.authentication.passwordRecovery.enabled=false
Authentication works as expected, however on the login page I still see the following links:
-
“Forgot your password?”
-
“Forgot your login?”
In an LDAP-only context, these links are misleading and should not be displayed, since password management is handled exclusively by Active Directory.
I would like to completely hide these two links from the login page UI (not only disable the feature).
I already tried:
-
Custom CSS via Flamingo theme resources
-
Cache clearing and server restart
But the links are still displayed.
What is the recommended and supported way (in XWiki 16.10.x) to:
-
hide these links permanently
-
without modifying core files
-
and in a LDAP-only authentication setup?
Thank you in advance for your help.