Mercurial > prosody-modules
comparison mod_auth_phpbb3/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_auth_phpbb3/README.markdown@28d99ffa3c06 |
| children |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
| 4 - 'Type-Auth' | |
| 5 summary: PHPBB3 authentication module | |
| 6 ... | |
| 7 | |
| 8 Introduction | |
| 9 ============ | |
| 10 | |
| 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 | |
| 17 | |
| 18 Configuration | |
| 19 ============= | |
| 20 | |
| 21 SQL connection paramaters are identical to those of [SQL | |
| 22 storage](https://prosody.im/doc/modules/mod_storage_sql). | |
| 23 | |
| 24 authentication = "phpbb3" | |
| 25 sql = { -- See documentation for SQL storage | |
| 26 driver = "MySQL"; | |
| 27 database = "phpbb3"; | |
| 28 host = "localhost"; | |
| 29 username = "prosody"; | |
| 30 password = "secretpassword"; | |
| 31 } | |
| 32 | |
| 33 Compatibility | |
| 34 ============= | |
| 35 | |
| 36 Prosody 0.8+ |
