Mercurial > prosody-modules
comparison 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 |
parents | 4d73a1a6ba68 |
children |
comparison
equal
deleted
inserted
replaced
2167:24dcf496df6b | 2168:28d99ffa3c06 |
---|---|
7 | 7 |
8 Introduction | 8 Introduction |
9 ============ | 9 ============ |
10 | 10 |
11 This module allows you to authenticate against an PHPBB3 database. | 11 This module allows you to authenticate against an PHPBB3 database. |
12 | |
13 To support the `bcrypt` password hashing algorithm, install | |
14 [bcrypt](https://luarocks.org/modules/mikejsavage/bcrypt) from luarocks: | |
15 | |
16 luarocks install bcrypt | |
12 | 17 |
13 Configuration | 18 Configuration |
14 ============= | 19 ============= |
15 | 20 |
16 SQL connection paramaters are identical to those of [SQL | 21 SQL connection paramaters are identical to those of [SQL |