From 0b1fee9b8c6aa05ef9d337e317398b8ede797192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20=22KPTN=22=20OUDOT?= Date: Thu, 17 Oct 2024 09:09:18 +0200 Subject: [PATCH] Note about compatibility --- docs/checkpassword.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/checkpassword.rst b/docs/checkpassword.rst index 9c0411c..e5aa2bc 100644 --- a/docs/checkpassword.rst +++ b/docs/checkpassword.rst @@ -21,4 +21,6 @@ To enable this feature: .. code-block:: php - $use_checkpasswordhistory = true; \ No newline at end of file + $use_checkpasswordhistory = true; + +.. tip:: This feature only works with OpenLDAP. \ No newline at end of file