From 293952fc6945b8e23c20165cda1c57e5bcee9694 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 15 Jul 2015 14:00:23 -0700 Subject: [PATCH] Add information about SHA1 not working in SQLite Signed-off-by: Matthieu Patou --- doc/INSTALL.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.markdown b/doc/INSTALL.markdown index 27ea7f5..e8403a3 100755 --- a/doc/INSTALL.markdown +++ b/doc/INSTALL.markdown @@ -172,7 +172,7 @@ is several possible values that should suit your needs : - "SHA1" - PHP Function name ex: "methodName" - PHP Static method ex: "ClassName::Method" -- Plain SQL ex: "SHA1(CONCAT(salt, :password))" +- Plain SQL ex: "SHA1(CONCAT(salt, :password))" (does not work with sqlite) If you use a PHP callback, just put the file containing your function under the 'lib/' directory.