Diff

mod_auth_phpbb3/README.markdown @ 2168:28d99ffa3c06

mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios)
author Kim Alvefur <zash@zash.se>
date Sat, 30 Apr 2016 19:09:45 +0200
parent 1803:4d73a1a6ba68
line wrap: on
line diff
--- a/mod_auth_phpbb3/README.markdown	Wed Apr 27 21:48:13 2016 +0200
+++ b/mod_auth_phpbb3/README.markdown	Sat Apr 30 19:09:45 2016 +0200
@@ -10,6 +10,11 @@
 
 This module allows you to authenticate against an PHPBB3 database.
 
+To support the `bcrypt` password hashing algorithm, install
+[bcrypt](https://luarocks.org/modules/mikejsavage/bcrypt) from luarocks:
+
+    luarocks install bcrypt
+
 Configuration
 =============