Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12339:4ba0a0dfa047
prosody.cfg.lua.dist: Comment improvements: authentication
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Feb 2022 16:29:38 +0000 |
parent | 12338:677ea3cc9c84 |
child | 12340:7d132ea04a05 |
comparison
equal
deleted
inserted
replaced
12338:677ea3cc9c84 | 12339:4ba0a0dfa047 |
---|---|
138 } | 138 } |
139 | 139 |
140 -- Authentication | 140 -- Authentication |
141 -- Select the authentication backend to use. The 'internal' providers | 141 -- Select the authentication backend to use. The 'internal' providers |
142 -- use Prosody's configured data storage to store the authentication data. | 142 -- use Prosody's configured data storage to store the authentication data. |
143 -- For more information see https://prosody.im/doc/authentication | |
143 | 144 |
144 authentication = "internal_hashed" | 145 authentication = "internal_hashed" |
146 | |
147 -- Many authentication providers, including the default one, allow you to | |
148 -- create user accounts via Prosody's admin interfaces. For details, see the | |
149 -- documentation at https://prosody.im/doc/creating_accounts | |
145 | 150 |
146 | 151 |
147 -- Storage | 152 -- Storage |
148 -- Select the storage backend to use. By default Prosody uses flat files | 153 -- Select the storage backend to use. By default Prosody uses flat files |
149 -- in its configured data directory, but it also supports more backends | 154 -- in its configured data directory, but it also supports more backends |