Mercurial > prosody-modules
comparison mod_auth_wordpress/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_wordpress/README.markdown@4d73a1a6ba68 |
| children |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
| 4 - 'Type-Auth' | |
| 5 summary: Wordpress authentication module | |
| 6 ... | |
| 7 | |
| 8 Introduction | |
| 9 ============ | |
| 10 | |
| 11 This module allows you to authenticate against an Wordpress 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 = "wordpress" | |
| 20 wordpress_table_prefix = "wp_" -- default table prefix | |
| 21 sql = { -- See documentation for SQL storage | |
| 22 driver = "MySQL"; | |
| 23 database = "my_wordpress"; | |
| 24 host = "localhost"; | |
| 25 username = "prosody"; | |
| 26 password = "secretpassword"; | |
| 27 } | |
| 28 | |
| 29 Compatibility | |
| 30 ============= | |
| 31 | |
| 32 Prosody 0.8+ |
