comparison mod_auth_phpbb3/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_auth_phpbb3/README.wiki@29f3d6b7ad16
children 28d99ffa3c06
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
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 Configuration
14 =============
15
16 SQL connection paramaters are identical to those of [SQL
17 storage](https://prosody.im/doc/modules/mod_storage_sql).
18
19 authentication = "phpbb3"
20 sql = { -- See documentation for SQL storage
21 driver = "MySQL";
22 database = "phpbb3";
23 host = "localhost";
24 username = "prosody";
25 password = "secretpassword";
26 }
27
28 Compatibility
29 =============
30
31 Prosody 0.8+