Skip to content

Commit

Permalink
Add information about SHA1 not working in SQLite
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Patou <[email protected]>
  • Loading branch information
ekacnet committed Jul 15, 2015
1 parent 489e5cf commit 293952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/INSTALL.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 293952f

Please sign in to comment.